Click or drag to resize
CGEOSTRINGGetShapeProperties Method
Get a shape's properties

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetShapeProperties(
	string str1,
	ref string str2,
	ref string str3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6
)

Parameters

str1
Type: SystemString
Shape GUID
str2
Type: SystemString
Feature GUID
str3
Type: SystemString
Section GUID
oVV4
Type: GeoEngine.Core.GXNetCVV
Vertices X location
oVV5
Type: GeoEngine.Core.GXNetCVV
Vertices Y location
oVV6
Type: GeoEngine.Core.GXNetCVV
Vertices Z location
See Also