StationRangeMode Property

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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