 | CLPTGetStandardLST Method |
Copies the six standard line types into a LST object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetStandardLST(
CLST lst
)
public void GetStandardLST(
CLST lst
)
Public Sub GetStandardLST (
lst As CLST
)
Public Sub GetStandardLST (
lst As CLST
)
public:
void GetStandardLST(
CLST^ lst
)
public:
void GetStandardLST(
CLST^ lst
)
member GetStandardLST :
lst : CLST -> unit
member GetStandardLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST Handle
RemarksThe six standard line types are "solid", "long dash", "dotted", "short dash", "long, short dash" and "dash dot".
See Also