User's Guide > Drawings > Drawing Views Operations
Drawing Views Operations
Methods Introduced:
The method pfcView2D.Translate() moves the drawing view by the specified transformation vector.
The method pfcView2D.Delete() deletes a specified drawing view. Set the DeleteChildren parameter to true to delete the children of the view. Set this parameter to false or null to prevent deletion of the view if it has children.
The method pfcView2D.Regenerate() erases the displayed view of the current object, regenerates the view from the current drawing, and redisplays the view.
The method pfcView2D.SetLayerDisplayStatus() sets the display status for the layer in the drawing view.
Was this helpful?