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.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
)

Parameters

sectionSource
Type: Autodesk.Civil.DatabaseServices..::..SectionSource
Sectoin source object
labelSetId
Type: 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