Set label set for all section sources in this collection, if section sources are applicable for setting label set.

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

Syntax

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

Parameters

sectionLabelSetId
Type: ObjectId

Exceptions

ExceptionCondition
[!:System.ArgumentException] Thrown when: param sectionLabelSetId is null or invalid.

See Also