Click or drag to resize
CGEOSTRINGGetShapeProperties Method (String, String, Int32, String, Int32, CVV, CVV, CVV)
Get a shape's properties

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 GetShapeProperties(
	string guid,
	ref string feature_guid,
	int feature_guid_size,
	ref string section_guid,
	int section_guid_size,
	CVV vert_v_vx,
	CVV vert_v_vy,
	CVV vert_v_vz
)

Parameters

guid
Type: SystemString
Shape GUID
feature_guid
Type: SystemString
Feature GUID
feature_guid_size
Type: SystemInt32
Size of Feature GUID buffer.
section_guid
Type: SystemString
Section GUID
section_guid_size
Type: SystemInt32
Size of Section GUID buffer.
vert_v_vx
Type: GeoEngine.Core.GXNetXCVV
Vertices X location
vert_v_vy
Type: GeoEngine.Core.GXNetXCVV
Vertices Y location
vert_v_vz
Type: GeoEngine.Core.GXNetXCVV
Vertices Z location
See Also