SectionDisplayOptionCollectionSetLabelSet Method |
Set label set for all section sources in this collection, if section sources are applicable for setting label set.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetLabelSet(
ObjectId sectionLabelSetId
)
Public Sub SetLabelSet (
sectionLabelSetId As ObjectId
)
public:
void SetLabelSet(
ObjectId sectionLabelSetId
)
Parameters
- sectionLabelSetId ObjectId
-
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when: param sectionLabelSetId is null or invalid.
|
See Also