This .NET class wraps the AcDbHyperlinkCollection ObjectARX class.
This class is a collection of Hyperlink objects. The HyperlinkCollection deletes its contents when they are removed, and when the collection object itself is deleted. Hyperlinks in the collection are numbered from 0.
See the ObjectARX Developer's Guide for an example of how to use this class.
Autodesk.AutoCAD.DatabaseServices.HyperLinkCollection
Public sealed Class HyperLinkCollection Inherits DisposableWrapper Inherits IList
public sealed class HyperLinkCollection : DisposableWrapper, IList;
Comments? |