|
![]() |
Removes item at the specified index from Value.
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
C# |
---|
public void RemoveAt( int index ) |
Visual C++ |
---|
public: void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Argument 'index' out of range |