ConnectionValidationWarning.Reason Property

ConnectionValidationWarningReason Property

Enumeration for reason of warning.

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

Property Value

ConnectionWarning
See Also