Share

ProfileView.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.8.0.280

Syntax

C#

public StationRangeType StationRangeMode { get; set; }

VB

Public Property StationRangeMode As StationRangeType
	Get
	Set

C++

public:
property StationRangeType StationRangeMode {
	StationRangeType get ();
	void set (StationRangeType value);
}

Property Value

StationRangeType

See Also

Reference

Was this information helpful?