|
![]() |
Adds item to the end of the collection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub Add ( _ item As Hyperlink _ ) |
C# |
---|
public void Add( Hyperlink item ) |
Visual C++ |
---|
public: virtual void Add( Hyperlink^ item ) sealed |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..Hyperlink
Implements
ICollection<(Of <(<'T>)>)>..::..Add(T)
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentException | Argument 'item' has been Disposed |
System..::..ArgumentNullException | Argument 'item' is null |
System..::..ArgumentException | Argument 'item' is ReadOnly |