| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property FrameIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DPlaneEventArgs Dim value As Integer value = instance.FrameIndex | |
| C# | |
|---|---|
public int FrameIndex {get;} | |
Property Value
A zero-based index of the frame.The value of this property will be -1 when changing the orientation of the MIP, VRT or MinIP planes, or when changing the orientation of MPR planes that are not orthogonal.
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