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.4.2516.0
Syntax
C# |
---|
public void ImportLabelSet(
string labelSetStyleName
) |
Visual Basic |
---|
Public Sub ImportLabelSet ( _
labelSetStyleName As String _
) |
Visual C++ |
---|
public:
void ImportLabelSet(
String^ labelSetStyleName
) |
Parameters
- labelSetStyleName
- Type: System..::..String
Label style set template name.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the labelSetStyle name is invalid.
|
See Also