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