Gets or sets the graph range option.
Gets or sets the graph range option.

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

Syntax

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

See Also