| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ObjectIndex As Integer  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As Medical3DObjectEventArgs Dim value As Integer value = instance.ObjectIndex  | |
| C# | |
|---|---|
public int ObjectIndex {get;}  | |
Property Value
A zero-based index of the object.For more information, refer to Medical3DContainer.Objects.
            Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code