|
|
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As DataProperty Get Set |
| C# |
|---|
public DataProperty this[ int index ] { get; set; } |
| Visual C++ |
|---|
public: virtual property DataProperty^ default[int index] { DataProperty^ get (int index) sealed; void set (int index, DataProperty^ value) sealed; } |
Parameters
- index
- Type: System..::..Int32