BuiltInFailures.ArrayFailures.ArrayMixedModAndViewSpecElemsWarning Property

BuiltInFailuresArrayFailuresArrayMixedModAndViewSpecElemsWarning Property

You have selected a mixture of modeling and view specific elements to array in an associative manner. Only the model elements will remain grouped and associative.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static FailureDefinitionId ArrayMixedModAndViewSpecElemsWarning { get; }
Public Shared ReadOnly Property ArrayMixedModAndViewSpecElemsWarning As FailureDefinitionId
	Get
public:
static property FailureDefinitionId^ ArrayMixedModAndViewSpecElemsWarning {
	FailureDefinitionId^ get ();
}
static member ArrayMixedModAndViewSpecElemsWarning : FailureDefinitionId with get

Property Value

FailureDefinitionId
See Also