Click or drag to resize

CGEOSTRINGGetSectionProperties Method (String, String, Int32, String, Int32, Int32, Double, Double, Double, Double, Double, Double, Double, Double, Double)

Get a section's properties

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetSectionProperties(
	string guid,
	ref string name,
	int name_size,
	ref string container_name,
	int container_name_size,
	ref int orientation,
	ref double easting,
	ref double northing,
	ref double elevation,
	ref double azimuth,
	ref double swing,
	ref double a,
	ref double b,
	ref double c,
	ref double d
)

public void GetSectionProperties(
	string guid,
	ref string name,
	int name_size,
	ref string container_name,
	int container_name_size,
	ref int orientation,
	ref double easting,
	ref double northing,
	ref double elevation,
	ref double azimuth,
	ref double swing,
	ref double a,
	ref double b,
	ref double c,
	ref double d
)

Parameters

guid
Type: SystemString
Section GUID
name
Type: SystemString
Name
name_size
Type: SystemInt32
Size of Name buffer.
container_name
Type: SystemString
ContainerName
container_name_size
Type: SystemInt32
Size of ContainerName buffer.
orientation
Type: SystemInt32
<define>SECTION_ORIENTATION</define>
easting
Type: SystemDouble
Easting
northing
Type: SystemDouble
Northing
elevation
Type: SystemDouble
Elevation
azimuth
Type: SystemDouble
Azimuth
swing
Type: SystemDouble
Swing
a
Type: SystemDouble
A in the scalar equation of best-fit plane describing the section
b
Type: SystemDouble
B in the scalar equation of best-fit plane describing the section
c
Type: SystemDouble
C in the scalar equation of best-fit plane describing the section
d
Type: SystemDouble
D in the scalar equation of best-fit plane describing the section
See Also