SectionLabelGroupRangeStartFromFeature Property |
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.8.0.292
Syntaxpublic override bool RangeStartFromFeature { set; }
Public Overrides WriteOnly Property RangeStartFromFeature As Boolean
Set
public:
virtual property bool RangeStartFromFeature {
void set (bool value) override;
}
Property Value
Boolean
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the type of the label group is MinorOffset.
|
See Also