AlignmentImportLabelSet(String) 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.8.0.292
Syntax
public void ImportLabelSet(
	string labelSetStyleName
)

Parameters

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