AccpacView.Clone
Creates the current view object.
Function Clone() As AccpacView
Return Value
Returns the cloned AccpacView object.
Remarks
Cloning an AccpacView object creates a new AccpacView object with the same properties set for the current view. Internally, a new view instance is created. However, the current composition is not inherited by the cloned view. So, the cloned view is not composed to any composite views and the caller is responsible for calling Compose to properly set up composition.