Represents the set of properties for an AutoCAD drawing.

The following tables list the members exposed by the DWGProps type.

Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public enumeration DWGPROPS
Top
Name Description
Public field Author The author
Public field Comments Comments
Public field DateOfCreation The date of the drawing creation
Public field DateOfLastChange The date of the drawing last change
Public field HyperlinkBase The base of a hyperlink
Public field Keywords Keywords;
Public field Other Other properties
Public field RevisionNumber Revision number
Public field SavedBy The author of the drawing last edition
Public field Subject The subject
Public field Title The title
Public field TotalEditingTime Total time of drawing editing
Top