Import the label objects in the label set to section views in this group
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void ImportLabelSetForSectionsInGroup(
SectionSource sectionSource,
ObjectId labelSetId
) |
| Visual Basic |
|---|
Public Sub ImportLabelSetForSectionsInGroup ( _
sectionSource As SectionSource, _
labelSetId As ObjectId _
) |
| Visual C++ |
|---|
public:
void ImportLabelSetForSectionsInGroup(
SectionSource^ sectionSource,
ObjectId labelSetId
) |
Exceptions
| Exception | Condition |
|---|
| [!:System.InvalidOperationException] |
Thrown when: Label set is not applicable for this section source.
|
| [!:System.ArgumentException] |
Thrown when: Param labelSetId is not a section label set object id.
|
See Also