User's Guide > Drawings > Drawing Sheets > Drawing Sheet Operations
Drawing Sheet Operations
Methods Introduced:
The method pfcSheetOwner.AddSheet() adds a new sheet to the model and returns the number of the new sheet.
The method pfcSheetOwner.DeleteSheet() removes the sheet specified by the sheet number from the model.
Use the method pfcSheetOwner.ReorderSheet() to reorder the sheet from a specified sheet number to a new sheet number.
* 
The sheet number of other affected sheets also changes due to reordering or deletion.
The method pfcSheetOwner.RegenerateSheet() regenerates the sheet specified by the sheet number.
* 
You can regenerate a sheet only if it is displayed.
Use the method pfcSheetOwner.SetSheetScale() to set the scale of a model on the sheet based on the drawing model to scale and the scale to be used. Pass the value of the DrawingModel parameter as null to select the current drawing model.
Use the method pfcSheetOwner.SetSheetFormat() to apply the specified format to a drawing sheet based on the drawing format, sheet number of the format, and the drawing model.
The sheet number of the format is specified by the FormatSheetNumber parameter. This number ranges from 1 to the number of sheets in the format. Pass the value of this parameter as null to use the first format sheet.
The drawing model is specified by the DrawingModel parameter. Pass the value of this parameter as null to select the current drawing model.
Was this helpful?