Public Function ObjectExists( _ ByVal ObjectPath As String _ ) As
public bool ObjectExists( string ObjectPath );
public: bool ObjectExists( String __gc ^ ObjectPath );
public bool objectExists( String ObjectPath );
public: HRESULT ObjectExists( BSTR ObjectPath, VARIANT_BOOL * pRetVal );
IAgStkObjectRoot Interface