RhinoPageViewDuplicate Method |
Copies a page view.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax public RhinoPageView Duplicate(
bool duplicatePageGeometry
)
Public Function Duplicate (
duplicatePageGeometry As Boolean
) As RhinoPageView
Parameters
- duplicatePageGeometry
- Type: SystemBoolean
Set true if you want the page view geometry copied, along with the view.
Return Value
Type:
RhinoPageViewThe new page view if successful, null otherwise.
See Also