You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +66,13 @@ public BuiltInParameter GetBuiltInParameter()
66
66
/// Thrown when the user is not signed in.
67
67
/// </exception>
68
68
#if REVIT2027_OR_GREATER
69
+
[Pure]
69
70
[Obsolete("This method is deprecated in Revit 2027 and may be removed in a later version of Revit. We suggest you use the overload which accepts a region input instead.")]
@@ -102,7 +108,13 @@ public ParameterDownloadOptions DownloadParameterOptions()
102
108
/// Thrown when the user is not signed in.
103
109
/// </exception>
104
110
#if REVIT2027_OR_GREATER
111
+
[Pure]
105
112
[Obsolete("This method is deprecated in Revit 2027 and may be removed in a later version of Revit. We suggest you use the overload which accepts a region input instead.")]
ReplaceMessage="Replace with DownloadCompanyName(document, region)")]
106
118
#endif
107
119
public string DownloadCompanyName(Documentdocument)
108
120
{
@@ -171,14 +183,18 @@ public string DownloadCompanyName(Document document)
171
183
[Pure]
172
184
#if REVIT2027_OR_GREATER
173
185
[Obsolete("This method is deprecated in Revit 2027 and may be removed in a later version of Revit. We suggest you use the overload which accepts a region input instead.")]
0 commit comments