Click or drag to resize
CGEOSTRINGGetSectionProperties Method
Get a section'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 GetSectionProperties(
	string str1,
	ref string str2,
	ref string str3,
	ref int i4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12,
	ref double d13
)

Parameters

str1
Type: SystemString
Section GUID
str2
Type: SystemString
Name
str3
Type: SystemString
ContainerName
i4
Type: SystemInt32
See SECTION_ORIENTATIONConstant
d5
Type: SystemDouble
Easting
d6
Type: SystemDouble
Northing
d7
Type: SystemDouble
Elevation
d8
Type: SystemDouble
Azimuth
d9
Type: SystemDouble
Swing
d10
Type: SystemDouble
A in the scalar equation of best-fit plane describing the section
d11
Type: SystemDouble
B in the scalar equation of best-fit plane describing the section
d12
Type: SystemDouble
C in the scalar equation of best-fit plane describing the section
d13
Type: SystemDouble
D in the scalar equation of best-fit plane describing the section
See Also