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( string labelSetStyleName )
VB
Public Sub ImportLabelSet ( labelSetStyleName As String )
C++
public: void ImportLabelSet( String^ labelSetStyleName )
Parameters
- labelSetStyleName String
- Label style set template name.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the labelSetStyle name is invalid. |