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