Import labels from section label set to section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void ImportLabelSet(
	ObjectId sectionLabelSetId
)
Visual Basic
Public Sub ImportLabelSet ( _
	sectionLabelSetId As ObjectId _
)
Visual C++
public:
void ImportLabelSet(
	ObjectId sectionLabelSetId
)

Parameters

sectionLabelSetId
Type: ObjectId
section label obejct id

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when: param sectionLabelSetId is null or invalid.
[!:System.InvalidOperationException] Thrown when: label set is not applicable for this section source.

See Also