Share

AcGsView::clone

C++

virtual AcGsView * clone(
    bool bCloneViewParameters = true, 
    bool bCloneGeometry = false
) = 0;

Description

This method makes a copy of an AcGsView. Set bCloneViewParameters to true if you want the view parameters of the new view to be identical to the original view. Set bCloneGeometry to true if you want the new AcGsView to view the original's {AcGiDrawable, AcGsModel} pairs.

Parameters

Parameters Description
bCloneViewParameters Input Boolean indicating whether the view parameters of the new view will be identical to the original view
bCloneGeometry Input Boolean indicating whether the {AcGiDrawable, AcGsModel} pairs of the new view will be identical to those of the original view

Links

AcGsView Class

Was this information helpful?