XFileData.Type Property (Microsoft.DirectX.Direct3D)
Retrieves the globally unique identifier (GUID) of an object's template.
Definition
Visual Basic Public ReadOnly Property Type As Guid C# public Guid Type { get; } C++ public:
property Guid Type {
Guid get();
}JScript public function get Type() : Guid
Property Value
System.Guid
A Guid instance that contains the GUID of the object's template.This property is read-only.
Remarks
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue If a variable is outside its expected range; typically returned when an object is invalid.