Returns the MultipleValuesIndicationSettings element for a given document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static MultipleValuesIndicationSettings GetMultipleValuesIndicationSettings( Document cda )
Parameters
- cda Document
- The document for which to get the MultipleValuesIndicationSettings element.
Return Value
MultipleValuesIndicationSettingsReturns the MultipleValuesIndicationSettings element in project documents or null for family documents
.Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
