DatabaseSummaryInfoBuilder Class

This class is required to build a DatabaseSummaryInfo object which stores a set of strings providing additional information about a .dwg file.
Inheritance Hierarchy
SystemObject
  Teigha.DatabaseServicesDatabaseSummaryInfoBuilder

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class DatabaseSummaryInfoBuilder

The DatabaseSummaryInfoBuilder type exposes the following members.

Constructors
  Name Description
Public method DatabaseSummaryInfoBuilder Default constructor for the DatabaseSummaryInfoBuilder class.
Public method DatabaseSummaryInfoBuilder(DatabaseSummaryInfo) Constructor for the DatabaseSummaryInfoBuilder class.
Top
Properties
  Name Description
Public property Author Property that represents string with author for a database.
Public property Comments Property that represents string with comments for a database.
Public property CustomProperties Obsolete.
Property for accessing custom property values. This property is obsolete; use the CustomPropertyTable property instead.
Public property CustomPropertyTable Property for accessing a custom properties table dictionary.
Public property HyperlinkBase Property that represents string with a copy of path as the new value for the HYPERLINKBASE header variable. HYPERLINKBASE specifies the base path for relative hyperlinks in this database. If HYPERLINKBASE is an empty string, the database path is used.
Public property Keywords Property that represents string with keywords for a database.
Public property LastSavedBy Property that represents string with info about login name of a user that last saved the database.
Public property RevisionNumber Property that represents string with revision number for a database.
Public property Subject Property that represents string with subject for a database.
Public property Title Property that represents string with title for a database.
Top
Methods
  Name Description
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Protected method MemberwiseClone
(Inherited from Object)
Public method ToDatabaseSummaryInfo Returns an underlying DatabaseSummaryInfo object that stores the values specified for this object.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.