True if this version of Revit is a subscription update.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2015 Subscription Update
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the SubVersionNumber property instead.")]
public bool IsSubscriptionUpdate { get; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the SubVersionNumber property instead.")> _
Public ReadOnly Property IsSubscriptionUpdate As Boolean
Get |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2018 and will be removed in the next version of Revit. We suggest you use the SubVersionNumber property instead.")]
public:
property bool IsSubscriptionUpdate {
bool get ();
} |
Remarks
See Also