DevForce Help Reference
CloneStructure Method


Clones the structure of this EntityGroup.
Syntax
'Declaration
 
Public Overridable Function CloneStructure() As EntityGroup
'Usage
 
Dim instance As EntityGroup
Dim value As EntityGroup
 
value = instance.CloneStructure()
public virtual EntityGroup CloneStructure()
Remarks
Entities within the group are not copied.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityGroup Class
EntityGroup Members

Send Feedback