 | CPATGetLST Method |
Copies all pattern names into a LST object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetLST(
string cl,
CLST lst
)
public void GetLST(
string cl,
CLST lst
)
Public Sub GetLST (
cl As String,
lst As CLST
)
Public Sub GetLST (
cl As String,
lst As CLST
)
public:
void GetLST(
String^ cl,
CLST^ lst
)
public:
void GetLST(
String^ cl,
CLST^ lst
)
member GetLST :
cl : string *
lst : CLST -> unit
member GetLST :
cl : string *
lst : CLST -> unit
Parameters
- cl
- Type: SystemString
Class name ("" for all classes) - lst
- Type: GeoEngine.Core.GXNetXCLST
LST Handle
Remarks
Returns a list of the available patterns.
There will always be at least two items,
"None" and "Solid Fill"
See Also