Takes the contents of the AlignmentLabelSetStyle template and copies its data into the database object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void ImportLabelSet(
ObjectId labelSetStyleId
)
Visual Basic
Public Sub ImportLabelSet ( _
labelSetStyleId As ObjectId _
)
Visual C++
public:
void ImportLabelSet(
ObjectId labelSetStyleId
)
Parameters
- labelSetStyleId
- Type: ObjectId
Label style set template ObjectId.
Remarks
Note that when the copying is performed, any existing AlignmentLabelSetStyle values are removed.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the labelSetStyle ObjectId is invalid. |