Returns a rectangular two-dimensional array of available constraints. A row of the array consists of two elements where the first element is a symbolic name of the constraint and the second is a corresponding enumeration value.
[Visual Basic .NET] |
---|
Public Function AvailableConstraints() As System.Array |
[C#] |
---|
public System.Array AvailableConstraints(); |
[Managed C++] |
---|
public: System::Array AvailableConstraints(); |
[Unmanaged C++] |
---|
public: HRESULT AvailableConstraints( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray availableConstraints(); |
An array of strings.
Returns all available constraints.