SectionViewGroupImportLabelSetForSectionsInGroup Method |
Import the label objects in the label set to section views in this group
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void ImportLabelSetForSectionsInGroup(
SectionSource sectionSource,
ObjectId labelSetId
)
Public Sub ImportLabelSetForSectionsInGroup (
sectionSource As SectionSource,
labelSetId As ObjectId
)
public:
void ImportLabelSetForSectionsInGroup(
SectionSource^ sectionSource,
ObjectId labelSetId
)
Parameters
- sectionSource SectionSource
- Sectoin source object
- labelSetId ObjectId
- Label set object id
ExceptionsException | 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