XFileData.GetChild Method |
Language: |
Retrieves an XFileData child object in this XFileData object.
Visual Basic .NET Public Function GetChild( _
ByVal index As Integer _
) As XFileDataC# public XFileData GetChild(
int index
);Managed C++ public: XFileData* GetChild(
int index
);JScript .NET public function GetChild(
index : int
) : XFileData;
index System.Int32. Identifier (ID) of the child object to retrieve.
Microsoft.DirectX.Direct3D.XFileData . The XFileData child object retrieved.
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid. XFileErrorCodes.NoMoreObjects No more child objects are available.
Feedback? Please provide us with your comments on this topic.