 | CGEOSTRINGGetSectionProperties Method (String, String, String, 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
Syntaxpublic void GetSectionProperties(
string guid,
ref string name,
ref string container_name,
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,
ref string container_name,
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 Sub GetSectionProperties (
guid As String,
ByRef name As String,
ByRef container_name As String,
ByRef orientation As Integer,
ByRef easting As Double,
ByRef northing As Double,
ByRef elevation As Double,
ByRef azimuth As Double,
ByRef swing As Double,
ByRef a As Double,
ByRef b As Double,
ByRef c As Double,
ByRef d As Double
)
Public Sub GetSectionProperties (
guid As String,
ByRef name As String,
ByRef container_name As String,
ByRef orientation As Integer,
ByRef easting As Double,
ByRef northing As Double,
ByRef elevation As Double,
ByRef azimuth As Double,
ByRef swing As Double,
ByRef a As Double,
ByRef b As Double,
ByRef c As Double,
ByRef d As Double
)
public:
void GetSectionProperties(
String^ guid,
String^% name,
String^% container_name,
int% orientation,
double% easting,
double% northing,
double% elevation,
double% azimuth,
double% swing,
double% a,
double% b,
double% c,
double% d
)
public:
void GetSectionProperties(
String^ guid,
String^% name,
String^% container_name,
int% orientation,
double% easting,
double% northing,
double% elevation,
double% azimuth,
double% swing,
double% a,
double% b,
double% c,
double% d
)
member GetSectionProperties :
guid : string *
name : string byref *
container_name : string byref *
orientation : int byref *
easting : float byref *
northing : float byref *
elevation : float byref *
azimuth : float byref *
swing : float byref *
a : float byref *
b : float byref *
c : float byref *
d : float byref -> unit
member GetSectionProperties :
guid : string *
name : string byref *
container_name : string byref *
orientation : int byref *
easting : float byref *
northing : float byref *
elevation : float byref *
azimuth : float byref *
swing : float byref *
a : float byref *
b : float byref *
c : float byref *
d : float byref -> unit
Parameters
- guid
- Type: SystemString
Section GUID - name
- Type: SystemString
Name - container_name
- Type: SystemString
ContainerName - 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