Click or drag to resize
CGEOSTRINGGetShapesForFeatureAndSection Method
Get all shapes linked to a specific feature and section

Available since Oasis montaj version: 8.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetShapesForFeatureAndSection(
	string feature_guid,
	string section_guid,
	CLST lst
)

Parameters

feature_guid
Type: SystemString
Feature GUID
section_guid
Type: SystemString
Section GUID
lst
Type: GeoEngine.Core.GXNetXCLST
LST to fill
See Also