AcadSummaryInfo
Container used for summary information about a drawing.
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Methods- NumCustomInfo
- GetCustomByIndex
- GetCustomByKey
- SetCustomByIndex
- SetCustomByKey
- AddCustomInfo
- RemoveCustomByIndex
- RemoveCustomByKey
Properties- Author
- Comments
- HyperlinkBase
- Keywords
- LastSavedBy
- RevisionNumber
- Subject
- Title
- NumCustomInfo()
Int NumCustomInfo( )
Returns the number of custom information items that have been defined for the summary information.
- GetCustomByIndex()
Void GetCustomByIndex([in] Int Index, [out] Pointer Type pKey, [out] Pointer Type pValue)
Using an index, returns the key and value of custom information that is defined for the summary information.
- GetCustomByKey()
Void GetCustomByKey([in] BSTR key, [out] Pointer Type pValue)
Using a key, returns the key and value of custom information that is defined for the summary information.
- SetCustomByIndex()
Void SetCustomByIndex([in] Int Index, [in] BSTR key, [in] BSTR Value)
Using an index, specifies the key and value of custom information defined for the summary information.
- SetCustomByKey()
Void SetCustomByKey([in] BSTR key, [in] BSTR Value)
Using a key, specifies the key and value of custom information defined for the summary information.
- AddCustomInfo()
Void AddCustomInfo([in] BSTR key, [in] BSTR Value)
Adds new custom information with a key (name) and value to the summary information.
- RemoveCustomByIndex()
Void RemoveCustomByIndex([in] Int Index)
Removes custom information using its index.
- RemoveCustomByKey()
Void RemoveCustomByKey([in] BSTR key)
Removes custom information using its key.
- Author
BSTR Author( )
Specifies or returns the author value of the summary information.
BSTR Comments( )
Specifies or returns the comments value of the summary information.
- HyperlinkBase
BSTR HyperlinkBase( )
Specifies or returns the hyperlink base value of the summary information.
- Keywords
BSTR Keywords( )
Specifies or returns the keywords value of the summary information.
- LastSavedBy
BSTR LastSavedBy( )
Specifies or returns the login name of the user who last saved the drawing.
- RevisionNumber
BSTR RevisionNumber( )
Specifies or returns the revision number value of the summary information.
- Subject
BSTR Subject( )
Specifies or returns the subject value of the summary information.
- Title
BSTR Title( )
Specifies or returns the title value of the summary information.