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
)
Public Sub GetSectionProperties ( 
	guid As String,
	ByRef name As String,
	name_size As Integer,
	ByRef container_name As String,
	container_name_size As Integer,
	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,
	name_size As Integer,
	ByRef container_name As String,
	container_name_size As Integer,
	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, 
	int name_size, 
	String^% container_name, 
	int container_name_size, 
	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, 
	int name_size, 
	String^% container_name, 
	int container_name_size, 
	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 * 
        name_size : int * 
        container_name : string byref * 
        container_name_size : int * 
        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 * 
        name_size : int * 
        container_name : string byref * 
        container_name_size : int * 
        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