Gets or sets the label set of the entity.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public override ObjectId LabelSetId { set; } |
Visual Basic |
---|
Public Overrides WriteOnly Property LabelSetId As ObjectId
Set |
Visual C++ |
---|
public:
virtual property ObjectId LabelSetId {
void set (ObjectId value) override;
} |
Remarks
Exceptions
Exception | Condition |
---|
[!: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.
|
See Also