Microsoft DirectX 9.0 SDK Update (October 2004)

XFileGuid.Vector Field

Language:

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

Retrieves the globally unique identifier (GUID) for vector templates.

Definition

Visual Basic .NET Public Shared Vector As Guid
C# public static Guid Vector;
Managed C++ public: static Guid Vector;
JScript .NET public static var Vector : Guid

Field Value

System.Guid . A Guid Leave Site value that contains the globally unique identifier (GUID) for vector templates.

This field is read-only. 

Remarks

Vector templates define a vector, as shown in the following example.

[C#]
template Vector { < 3D82AB5E-62DA-11cf-AB39-0020AF71E433 > float x; float y; float z; }


© 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