Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an XFileData child object in this XFile object.
Definition
Visual Basic Public Function GetChild( _
ByVal index As Integer _
) As XFileDataC# public XFileData GetChild(
int index
);C++ public:
XFileData^ GetChild(
int index
);JScript public function GetChild(
index : int
) : XFileData;
Parameters
index System.Int32
Identifier (ID) of the child object to retrieve.
Return Value
Microsoft.DirectX.Direct3D.XFileData
The XFileData child object retrieved.
Remarks
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.