EvaluatedParameterHasValue Property |
This property is true when the parameter value was successfully obtained, false otherwise.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean
Get
public:
property bool HasValue {
bool get ();
}
member HasValue : bool with get
Property Value
Boolean
See Also