Revit 2023 API |
BuiltInFailures..::..ArrayFailures..::..ArrayMixedModAndViewSpecElemsWarning Property |
BuiltInFailures..::..ArrayFailures Class See Also |
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: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public static FailureDefinitionId ArrayMixedModAndViewSpecElemsWarning { get; } |
Visual Basic |
---|
Public Shared ReadOnly Property ArrayMixedModAndViewSpecElemsWarning As FailureDefinitionId Get |
Visual C++ |
---|
public: static property FailureDefinitionId^ ArrayMixedModAndViewSpecElemsWarning { FailureDefinitionId^ get (); } |