'Declaration Public Function IsChildOf( _ ByVal parent As Element _ ) As System.Boolean
public System.bool IsChildOf( Element parent )
Parameters
- parent
- Parent element to investigate.
Return Value
True if parent contains this element.
'Declaration Public Function IsChildOf( _ ByVal parent As Element _ ) As System.Boolean
public System.bool IsChildOf( Element parent )