DatabaseSummaryInfo Structure

This class stores a set of strings providing additional information about a .dwg file. This class supports using your own custom fields that are stored in a list with custom field names and corresponding values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesDatabaseSummaryInfo

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct DatabaseSummaryInfo

The DatabaseSummaryInfo type exposes the following members.

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 Property that represents an enumerator for custom properties of this DatabaseSummaryInfo object.
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 Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method ToString Returns an equivalent string representation of this object.
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider) Returns an equivalent string representation of this object.
Top
Operators
  Name Description
Public operatorStatic member Equality(DatabaseSummaryInfo, DatabaseSummaryInfo) Equality operator for the DatabaseSummaryInfo class. Checks whether objects are equal.
Public operatorStatic member Inequality(DatabaseSummaryInfo, DatabaseSummaryInfo) Inequality operator for the DatabaseSummaryInfo class. Checks whether objects are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.