![]() |
![]() |
![]() |
ClipPlanes.Item Property |
Language: |
Retrieves the ClipPlane object referenced by index.
Visual Basic .NET Public ReadOnly Property Item( _
ByVal index As Integer _
) As ClipPlaneC# public ClipPlane this[
int index
] { get; }Managed C++ public: __property ClipPlane* get_Item(
int index
);JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.
Microsoft.DirectX.Direct3D.ClipPlane . The ClipPlane referenced by index.
This property is read-only.
index System.Int32. Index of the ClipPlane to retrieve.
The maximum number of clipping planes is 32.
Exceptions
ArgumentOutOfRangeException The index parameter is out of range. It must be a value between 0 and 31.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center