SectionDisplayOptionCollectionSetLabelSet 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.292
Syntax
public void SetLabelSet(
	ObjectId sectionLabelSetId
)

Parameters

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