GetNestedObjectCount Method (RenderObject)
In This Topic
Calculates the count of objects which are nested within this object. This method takes into account child objects and their children.
Syntax
'Declaration
Public Function GetNestedObjectCount() As Integer
public int GetNestedObjectCount()
Return Value
Returns the count of nested objects.
See Also