XFileData.IsReference Property (Microsoft.DirectX.Direct3D)

Indicates whether this file data object is a reference object that points to another child data object.

Definition

Visual Basic Public ReadOnly Property IsReference As Boolean
C# public bool IsReference { get; }
C++ public:
property bool IsReference {
        bool get();
}
JScript public function get IsReference() : boolean

Property Value

System.Boolean
A value that is true if the file data object is a reference object; otherwise, the value is false.

This property is read-only.