AlignmentImportLabelSet(ObjectId) Method

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.7.0.1190
Syntax
public void ImportLabelSet(
	ObjectId labelSetStyleId
)

Parameters

labelSetStyleId  ObjectId
Label style set template ObjectId.
Exceptions
ExceptionCondition
ArgumentException Thrown when the labelSetStyle ObjectId is invalid.
Remarks
Note that when the copying is performed, any existing AlignmentLabelSetStyle values are removed.
See Also