Public Function PickRectangular( _ ByVal Left As Integer, _ ByVal Bottom As Integer, _ ByVal Right As Integer, _ ByVal Top As Integer _ ) As
public System.Array PickRectangular( int Left, int Bottom, int Right, int Top );
public: System::Array PickRectangular( int Left, int Bottom, int Right, int Top );
public VariantArray pickRectangular( Integer Left, Integer Bottom, Integer Right, Integer Top );
public: HRESULT PickRectangular( int Left, int Bottom, int Right, int Top, SAFEARRAY * * ppRetVal );
IAgUiPlugin3DNotifyContext Interface