Gets or sets the graph range option.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GraphRangeOptions RangeOption { get; set; }
VB
Public Property RangeOption As GraphRangeOptions Get Set
C++
public: property GraphRangeOptions RangeOption { GraphRangeOptions get (); void set (GraphRangeOptions value); }