UpdaterInfoIsOptional Property |
Whether the updater is optional or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsOptional { get; }
Public ReadOnly Property IsOptional As Boolean
Get
public:
property bool IsOptional {
bool get ();
}
member IsOptional : bool with get
Property Value
Boolean
See Also