BuiltInFailures.ViewFailures.NothingToApplyError Property

BuiltInFailuresViewFailuresNothingToApplyError Property

Start and end elevations are the same, nothing to Apply.

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

Property Value

FailureDefinitionId
See Also