Gets the geometry point station type.

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

Syntax

C#
public AlignmentGeometryPointStationType GeometryStationType { get; set; }
Visual Basic
Public Property GeometryStationType As AlignmentGeometryPointStationType
	Get
	Set
Visual C++
public:
property AlignmentGeometryPointStationType GeometryStationType {
	AlignmentGeometryPointStationType get ();
	void set (AlignmentGeometryPointStationType value);
}

See Also