MultipleValuesIndicationSettings.GetMultipleValuesIndicationSettings
Method
Description:
Returns the MultipleValuesIndicationSettings element for a given document.
Returns the MultipleValuesIndicationSettings element for a given document.
Remarks:
Project documents have a MultipleValuesIndicationSettings element, one per document. Family documents do not have MultipleValuesIndicationSettings elements.
Project documents have a MultipleValuesIndicationSettings element, one per document. Family documents do not have MultipleValuesIndicationSettings elements.
Syntax
public static MultipleValuesIndicationSettings GetMultipleValuesIndicationSettings(
Document cda
)
Parameters
Parameter | Type | Description |
---|---|---|
cda | Document | The document for which to get the MultipleValuesIndicationSettings element. |
Return Value
Type | Description |
---|---|
MultipleValuesIndicationSettings | Returns the MultipleValuesIndicationSettings element in project documents orfor family documents . |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |