Import the label objects in the label set to section views in this group
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void ImportLabelSetForSectionsInGroup( SectionSource sectionSource, ObjectId labelSetId )
VB
Public Sub ImportLabelSetForSectionsInGroup ( sectionSource As SectionSource, labelSetId As ObjectId )
C++
public: void ImportLabelSetForSectionsInGroup( SectionSource^ sectionSource, ObjectId labelSetId )
Parameters
- sectionSource SectionSource
- Sectoin source object
- labelSetId ObjectId
- Label set object id
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. |