ClipPlanes.Item Property |
Language: |
Retrieves the ClipPlane object referenced by index.
Visual Basic Public ReadOnly Property Item( _
ByVal index As Integer _
) As ClipPlaneC# public ClipPlane this[
int index
] { get; }C++ public:
property ClipPlane^ default [int] {
ClipPlane^ get(int index);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
index System.Int32
Index of the ClipPlane to retrieve.
Microsoft.DirectX.Direct3D.ClipPlane
This property is read-only.
The ClipPlane referenced by index.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center