Microsoft DirectX 8.1 (Visual Basic)

DirectXFileData.GetType

Retrieves the globally unique identifier (GUID) of the object's template.

object.GetType() As String

Parts

object
Object expression that resolves to a DirectXFileData object.

Return Values

Returns a String value containing the GUID of the object's template.

Error Codes

If the method fails, an error is raised and Err.Number may be set to DXFILEERR_BADVALUE.

For information on trapping errors, see the Microsoft® Visual Basic® Error Handling topic.