BuiltInFailures.SystemsFailures.SelectedElementsArePartOfOtherSystem Property

BuiltInFailuresSystemsFailuresSelectedElementsArePartOfOtherSystem Property

You have selected elements that are already part of other System. They will be removed from the original Systems and added to this one.

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

Property Value

FailureDefinitionId
See Also