2024 Class
Changes 0
C

PaperSource

Description:
An object that represents a Paper Source 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.PaperSource
public class PaperSource : 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 source name of current project.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject