The following method allows AppObjects to create SubAppObjects that share an application server connection with an existing AppObject:

public SubAppObject 
CreateAO_SubAppObject( )

For example, a SubAppObject named Tax defined in ProxyGen generates this .NET method:

public Tax CreateAO_Tax( )