Gets the geometry point station type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public AlignmentGeometryPointStationType GeometryStationType { get; set; }
VB
Public Property GeometryStationType As AlignmentGeometryPointStationType Get Set
C++
public: property AlignmentGeometryPointStationType GeometryStationType { AlignmentGeometryPointStationType get (); void set (AlignmentGeometryPointStationType value); }