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 the number of child objects in this file data object.
Definition
Visual Basic Public ReadOnly Property NumberChildren As Integer C# public int NumberChildren { get; } C++ public:
property int NumberChildren {
int get();
}JScript public function get NumberChildren() : int
Property Value
System.Int32
Number of child objects.This property is read-only.
Remarks
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.