Share

SectionOverride.ImportLabelSet Method

Import labels from section label set to section view.



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

Syntax

C#

public void ImportLabelSet(
	ObjectId sectionLabelSetId
)

VB

Public Sub ImportLabelSet ( 
	sectionLabelSetId As ObjectId
)

C++

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

Reference

Was this information helpful?