AutoFeatureLabelGroupRangeEndFromFeature Property |
Gets or sets whether the range ends at the same value where the feature ends.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual bool RangeEndFromFeature { get; set; }
Public Overridable Property RangeEndFromFeature As Boolean
Get
Set
public:
virtual property bool RangeEndFromFeature {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also