SectionViewGroupImportLabelSetForSectionsInGroup Method

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.292
Syntax
public void ImportLabelSetForSectionsInGroup(
	SectionSource sectionSource,
	ObjectId labelSetId
)

Parameters

sectionSource  SectionSource
Sectoin source object
labelSetId  ObjectId
Label set object id
Exceptions
ExceptionCondition
[!: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