 | CLSTCreate Method |
creates a user controllable list. The list
is empty when created.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CLST Create(
CGXNETCore gxNetShared,
int width
)
public static CLST Create(
CGXNETCore gxNetShared,
int width
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
width As Integer
) As CLST
Public Shared Function Create (
gxNetShared As CGXNETCore,
width As Integer
) As CLST
public:
static CLST^ Create(
CGXNETCore^ gxNetShared,
int width
)
public:
static CLST^ Create(
CGXNETCore^ gxNetShared,
int width
)
static member Create :
gxNetShared : CGXNETCore *
width : int -> CLST
static member Create :
gxNetShared : CGXNETCore *
width : int -> CLST
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - width
- Type: SystemInt32
Width of the list to make. This number should be large enough for both the item name and the item value. Must be > 2 and <= 4096.
Return Value
Type:
CLSTHandle to the List Object.
See Also