GetXYZ Method

Gets the XYZ world coordinates from the soe cordinates

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void GetXYZ(
	ref double x,
	ref double y,
	ref double z
)

Visual Basic

Public Sub GetXYZ ( _
	ByRef x As Double, _
	ByRef y As Double, _
	ByRef z As Double _
)

Visual C++

public:
void GetXYZ(
	double% x, 
	double% y, 
	double% z
)

Parameters

x
Type: System.Double%
y
Type: System.Double%
z
Type: System.Double%

See Also