User's Guide > Drawings > Drawing Sheets > Drawing Sheet Information
Drawing Sheet Information
Methods and Properties Introduced
Superseded Method:
The method IpfcSheetOwner.GetSheetTransform() returns the transformation matrix for the sheet specified by the sheet number. This transformation matrix includes the scaling needed to convert screen coordinates to drawing coordinates (which use the designated drawing units).
The method IpfcSheetOwner.GetSheetInfo() returns sheet data including the size, orientation, and units of the sheet specified by the sheet number.
The method IpfcSheetOwner.GetSheetData() and the interface IpfcSheetData have been deprecated. Use the method IpfcSheetOwner.GetSheetInfo() and the interface IpfcSheetInfo instead.
The method IpfcSheetOwner.GetSheetScale() returns the scale of the drawing on a particular sheet based on the drawing model used to measure the scale. If no models are used in the drawing then the default scale value is 1.0.
The method IpfcSheetOwner.GetSheetFormat() returns the drawing format used for the sheet specified by the sheet number. It returns a null value if no format is assigned to the sheet.
The method IpfcSheetOwner.GetSheetFormatDescr() returns the model descriptor of the drawing format used for the specified drawing sheet.
The method IpfcSheetOwner.GetSheetBackgroundView() returns the view object representing the background view of the sheet specified by the sheet number.
The property IpfcSheetOwner.NumberOfSheets returns the number of sheets in the model.
The property IpfcSheetOwner.CurrentSheetNumber returns the current sheet number in the model.
* 
The sheet numbers range from 1 to n, where n is the number of sheets.
The method IpfcSheetOwner.GetSheetUnits() returns the units used by the sheet specified by the sheet number.
Was this helpful?