CalculatedPointXYZ Property |
Get the world coordinates for the point
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3d XYZ { get; }
Public ReadOnly Property XYZ As Point3d
Get
public:
property Point3d XYZ {
Point3d get ();
}
Property Value
Point3d
See Also