Share

Station.GeometryStationType Property

Gets the geometry point station type.



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

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);
}

Property Value

AlignmentGeometryPointStationType

See Also

Reference

Was this information helpful?