AlignmentImportLabelSet(String) Method |
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.9.0.960
Syntaxpublic void ImportLabelSet(
string labelSetStyleName
)
Public Sub ImportLabelSet (
labelSetStyleName As String
)
public:
void ImportLabelSet(
String^ labelSetStyleName
)
Parameters
- labelSetStyleName String
- Label style set template name.
Exceptions
Remarks
Note that when the copying is performed, any existing AlignmentLabelSetStyle values are removed.
See Also