Returns the MultipleValuesIndicationSettings element for a given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2022
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- cda
- Type: Autodesk.Revit.DB Document
The document for which to get the MultipleValuesIndicationSettings element.
Return Value
Returns the MultipleValuesIndicationSettings element in project documents or a null reference ( Nothing in Visual Basic) for family documents
.Remarks
Project documents have a MultipleValuesIndicationSettings element, one per document. Family documents do not have MultipleValuesIndicationSettings elements.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null |