BuiltInFailures.PipingFailures.PartNotFoundInRoutingPreferenceWarning Property

BuiltInFailuresPipingFailuresPartNotFoundInRoutingPreferenceWarning Property

"%1s is not found. Please review the routing preference of %2s."

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

Property Value

FailureDefinitionId
See Also