Public Function LoadChildObject( _ ByVal Entity As IAgEntity, _ ByVal FullPath As String _ ) As String
public string LoadChildObject( IAgEntity Entity, string FullPath );
public: String __gc ^ LoadChildObject( IAgEntity ^ Entity, String __gc ^ FullPath );
public: HRESULT LoadChildObject( IAgEntity * Entity, BSTR FullPath, BSTR * pObjectPath );
public String loadChildObject( IAgEntity Entity, String FullPath );
IAgStkBroker Interface