-
-
Notifications
You must be signed in to change notification settings - Fork 158
ACadSharp.CadSummaryInfo
Albert Domenech edited this page Aug 29, 2025
·
4 revisions
Holds general info and metadata about a CAD document. Like title, author, and timestamps.
Namespace: ACadSharp
C#
public class CadSummaryInfo
Returns | Name | Summary |
---|---|---|
String |
Author | Name of the person or organization that created the document. |
String |
Comments | Any notes or comments about the document. |
DateTime |
CreatedDate | When the document was first created. |
String |
HyperlinkBase | Base URL for hyperlinks in the document. |
String |
Keywords | Keywords to help categorize or search for the document. |
String |
LastSavedBy | Name of the last person who saved the document. |
DateTime |
ModifiedDate | When the document was last modified. |
Dictionary<String, String> |
Properties | Custom properties defined by the user or application. |
String |
RevisionNumber | Revision number, useful for tracking changes or versions. |
String |
Subject | A short description or subject for for the document. |
String |
Title | Title of the document. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Extensions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions