IndirectPositionCollection.Item Property
Note
This property is available only when developing for Windows.
Gets or sets the position at the specified index.
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As Vector3
public Vector3 this [
int index
] { get; set; }
public:
property Vector3 default [Int32] {
Vector3 get (int index);
void set (Vector3 value);
}
Property Value
Type: Vector3
Position located at index.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
IndirectPositionCollection Class
IndirectPositionCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP