Gets or sets how to specify the horizontal range of the profile view.

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

Syntax

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

See Also