2022 Class
Changes 0
C

PaperSize

Description:
An object that represents a Paper Size of Print Setup within the Autodesk Revit project.
Remarks:
This object derived from the APIObject base object.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.PaperSize
public class PaperSize : APIObject
Name Return Type Description Inherited From
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P Name string Retrieve the paper size name of current project.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject