|
![]() |
Adds an item to the IList.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Private Function Add ( _ value As Object _ ) As Integer Implements IList.Add |
C# |
---|
int IList.Add( Object value ) |
Visual C++ |
---|
private: virtual int Add( Object^ value ) sealed = IList::Add |
Parameters
- value
- Type: System..::..Object
The Object to add to the IList.
Return Value
The position into which the new element was inserted.Implements
IList..::..Add(Object)
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The IList is read-only.-or- The IList has a fixed size. |