XFile.NumberChildren Property |
Language: |
Retrieves the number of child objects in this file data object.
Visual Basic .NET Public ReadOnly Property NumberChildren As Integer C# public int NumberChildren { get; } Managed C++ public: __property int get_NumberChildren(); JScript .NET public function get NumberChildren() : int
System.Int32 . Number of child objects.
This property is read-only.
Exception GraphicsException.ErrorCode Cause GraphicsException XFileErrorCodes.BadValue A variable is outside its expected range; typically returned when an object is invalid.
Feedback? Please provide us with your comments on this topic.