Share

SectionDisplayOptionCollection.SetLabelSet Method

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

Syntax

C#

public void SetLabelSet(
	ObjectId sectionLabelSetId
)

VB

Public Sub SetLabelSet ( 
	sectionLabelSetId As ObjectId
)

C++

public:
void SetLabelSet(
	ObjectId sectionLabelSetId
)

Parameters

sectionLabelSetId  ObjectId
 

Exceptions

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

See Also

Reference

Was this information helpful?