Import labels from section label set to section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public void ImportLabelSet(
ObjectId sectionLabelSetId
)Visual Basic
Public Sub ImportLabelSet ( _
sectionLabelSetId As ObjectId _
)Visual C++
public:
void ImportLabelSet(
ObjectId sectionLabelSetId
)Parameters
- sectionLabelSetId
- Type: ObjectId
section label obejct id
Exceptions
| Exception | Condition |
|---|---|
| [!:System.ArgumentException] | Thrown when: param sectionLabelSetId is null or invalid. |
| [!:System.InvalidOperationException] | Thrown when: label set is not applicable for this section source. |