 | CGEOSTRINGGetShapesForFeatureAndSection Method |
Get all shapes linked to a specific feature and section
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetShapesForFeatureAndSection(
string feature_guid,
string section_guid,
CLST lst
)
public void GetShapesForFeatureAndSection(
string feature_guid,
string section_guid,
CLST lst
)
Public Sub GetShapesForFeatureAndSection (
feature_guid As String,
section_guid As String,
lst As CLST
)
Public Sub GetShapesForFeatureAndSection (
feature_guid As String,
section_guid As String,
lst As CLST
)
public:
void GetShapesForFeatureAndSection(
String^ feature_guid,
String^ section_guid,
CLST^ lst
)
public:
void GetShapesForFeatureAndSection(
String^ feature_guid,
String^ section_guid,
CLST^ lst
)
member GetShapesForFeatureAndSection :
feature_guid : string *
section_guid : string *
lst : CLST -> unit
member GetShapesForFeatureAndSection :
feature_guid : string *
section_guid : string *
lst : CLST -> unit
Parameters
- feature_guid
- Type: SystemString
Feature GUID - section_guid
- Type: SystemString
Section GUID - lst
- Type: GeoEngine.Core.GXNetXCLST
LST to fill
See Also