Get all conditions that are being combined.
[Visual Basic .NET] |
---|
Public Function GetAllConditions() As System.Array |
[C#] |
---|
public System.Array GetAllConditions(); |
[Managed C++] |
---|
public: System::Array GetAllConditions(); |
[Unmanaged C++] |
---|
public: HRESULT GetAllConditions( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAllConditions(); |