SectionDisplayOptionLabelSetId Property

Gets or sets the label set of the entity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override ObjectId LabelSetId { set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when: Label set is not applicable for this section source.
[!:System.ArgumentException] Thrown when: param newValue is null or not a section label set object id. Or section id is invalid.
Remarks
It's available when using for creating section views.
See Also