Gets the XYZ world coordinates from the soe cordinates
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void GetXYZ(
ref double x,
ref double y,
ref double z
)
Public Sub GetXYZ (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void GetXYZ(
double% x,
double% y,
double% z
)
Parameters
- x Double
-
- y Double
-
- z Double
-
See Also