SectionOverrideImportLabelSet Method |
Import labels from section label set to section view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void ImportLabelSet(
ObjectId sectionLabelSetId
)
Public Sub ImportLabelSet (
sectionLabelSetId As ObjectId
)
public:
void ImportLabelSet(
ObjectId sectionLabelSetId
)
Parameters
- sectionLabelSetId ObjectId
- section label obejct id
ExceptionsException | Condition |
---|
[!: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