HyperLinkCollection Class

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.HyperLinkCollection

Visual Basic

Public sealed Class HyperLinkCollection
Inherits DisposableWrapper
Inherits IList

C#

public sealed class HyperLinkCollection : DisposableWrapper, IList;

Description

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.

Links

HyperLinkCollection Methods, HyperLinkCollection Properties