Share

Point.GetXYZ Method

Gets the XYZ world coordinates from the soe cordinates



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

Syntax

C#

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

VB

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

C++

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

Parameters

x  Double
 
y  Double
 
z  Double
 

See Also

Reference

Was this information helpful?