Creates a GwxLayer object.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static GwxLayer Create( GwxConfiguration config, IGwxElementContainer parentElement, bool makeActiveAfterCreate, GwxElement initializePropertiesFrom ) |
Visual Basic |
---|
Public Shared Function Create ( _ config As GwxConfiguration, _ parentElement As IGwxElementContainer, _ makeActiveAfterCreate As Boolean, _ initializePropertiesFrom As GwxElement _ ) As GwxLayer |
JScript |
---|
public static function Create( config : GwxConfiguration, parentElement : IGwxElementContainer, makeActiveAfterCreate : boolean, initializePropertiesFrom : GwxElement ) : GwxLayer |
Parameters
- config
- Type: Ico.Gwx..::..GwxConfiguration
The GwxConfiguration object that owns the new object.
- parentElement
- Type: Ico.Gwx..::..IGwxElementContainer
The IGwxElementContainer that will be the parent of the new object.
- makeActiveAfterCreate
- Type: System..::..Boolean
True to set the newly created layer as the CurrentParent.
- initializePropertiesFrom
- Type: Ico.Gwx..::..GwxElement
Optional GwxElement used to initialize the properties of the new object. If null, properties will be initialized to their default values.