 | CPLYIGetDescription Method (String) |
Get the PLY description string
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetDescription(
ref string desc
)
public void IGetDescription(
ref string desc
)
Public Sub IGetDescription (
ByRef desc As String
)
Public Sub IGetDescription (
ByRef desc As String
)
public:
void IGetDescription(
String^% desc
)
public:
void IGetDescription(
String^% desc
)
member IGetDescription :
desc : string byref -> unit
member IGetDescription :
desc : string byref -> unit
Parameters
- desc
- Type: SystemString
Polygon description
See Also