GraphDisplayOptionLabelSetId 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 virtual ObjectId LabelSetId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when: Call the set function. It must be implemented by derived class.
See Also