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
/// <param name="view">The view to transform.</param>
100
100
extension(Viewview)
101
101
{
102
102
/// <summary>
103
-
/// Returns a transformation that is applied to elements when copying from one view to another view.
103
+
/// Returns a transformation that is applied to elements when copying from this view to another view.
104
104
/// </summary>
105
105
/// <remarks>
106
-
/// Both source and destination views must be 2D graphics views capable of drawing details and view-specific elements (floor and ceiling plans, elevations, sections, drafting views.)
107
-
/// The result is a transformation needed to copy an element from drawing plane of the source view to the drawing plane of the destination view.
108
-
/// The destination view can be in the same document as the source view.
109
-
/// The destination view can be the same as the source view.
106
+
/// Both this view and the destination view must be 2D graphics views capable of drawing details and view-specific elements (floor and ceiling plans, elevations, sections, drafting views.)
107
+
/// The result is a transformation needed to copy an element from the drawing plane of this view to the drawing plane of the destination view.
108
+
/// The destination view can be in the same document as this view.
109
+
/// The destination view can be the same as this view.
/// Gets the user-visible name for a BuiltInParameterGroup
177
177
/// </summary>
178
178
/// <remarks>The name is obtained in the current Revit language</remarks>
179
179
[Pure]
180
180
#if REVIT2024
181
-
[Obsolete("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `GetLabelForGroup(ForgeTypeId)` method instead.")]
181
+
[Obsolete("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `GetLabelForGroup(typeId)` method instead.")]
0 commit comments