AGI STK Objects 11Send comments on this topic.
AvailableConstraints Method (IAgAccessConstraintCollection)
See Also
Windows






Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function AvailableConstraints() As 
[C#]
public System.Array AvailableConstraints();
[Managed C++]
public: System::Array AvailableConstraints();
[Java]
public VariantArray availableConstraints();
[Unmanaged C++]
public: HRESULT AvailableConstraints(
    SAFEARRAY * * ppRetVal
);

Return Type

An array of strings.

Remarks

Returns all available constraints.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.