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