Sets whether the range of the sectionLabelGroup property starts at the start offset of the Section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public override bool RangeStartFromFeature { set; } |
Visual Basic |
---|
Public Overrides WriteOnly Property RangeStartFromFeature As Boolean
Set |
Visual C++ |
---|
public:
virtual property bool RangeStartFromFeature {
void set (bool value) override;
} |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the type of the label group is MinorOffset.
|
See Also