Takes the contents of the AlignmentLabelSetStyle template and copies its data into the database object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void ImportLabelSet( ObjectId labelSetStyleId )
VB
Public Sub ImportLabelSet ( labelSetStyleId As ObjectId )
C++
public: void ImportLabelSet( ObjectId labelSetStyleId )
Parameters
- labelSetStyleId ObjectId
- Label style set template ObjectId.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the labelSetStyle ObjectId is invalid. |