Gets or sets the graph range option.
Gets or sets the graph range option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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); }