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