SectionOverrideImportLabelSet Method

Import labels from section label set to section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void ImportLabelSet(
	ObjectId sectionLabelSetId
)

Parameters

sectionLabelSetId  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