AGI STK Objects 11Send comments on this topic.
UseConstConstraints Property (IAgCvAssetListElement)
See Also
Windows






Windows & Linux

Description

Flag determines whether constellation constraints are considered

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseConstConstraints() As Boolean
[C#]
public bool UseConstConstraints {get; set;}
[Managed C++]
public: __property bool get_UseConstConstraints();
public: __property void set_UseConstConstraints( bool );
[Unmanaged C++]
public: HRESULT get_UseConstConstraints(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseConstConstraints(
    VARIANT_BOOL UseConstConstraints
);
[Java]
public bool getUseConstConstraints();
public void setUseConstConstraints(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.