Returns the MultipleValuesIndicationSettings element for a given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2022
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- cda
- Type: Autodesk.Revit.DBDocument
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.ExceptionsArgumentNullException | A non-optional argument was null |