Gets the Station (X), offset to subassembly (Y) and elevation from subassembly (Z) for the point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public Point3d StationOffsetElevationToSubassembly { get; } |
| Visual Basic |
|---|
Public ReadOnly Property StationOffsetElevationToSubassembly As Point3d Get |
| Visual C++ |
|---|
public: property Point3d StationOffsetElevationToSubassembly { Point3d get (); } |