Microsoft DirectX 9.0 SDK Update (October 2004)

ClipPlanes.Item Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the ClipPlane object referenced by index.

Definition

Visual Basic .NET Public ReadOnly Property Item( _
    ByVal index As Integer _
) As ClipPlane
C# 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.

Property Value

Microsoft.DirectX.Direct3D.ClipPlane . The ClipPlane referenced by index.

This property is read-only. 

Parameters

index System.Int32. Index of the ClipPlane to retrieve.

Remarks

The maximum number of clipping planes is 32.

Exceptions
ArgumentOutOfRangeException Leave Site The index parameter is out of range. It must be a value between 0 and 31.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center