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





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 * pRetVal
);
public: HRESULT put_UseConstConstraints(
VARIANT_BOOL NewUseConstConstraints
);

[Java]
public bool getUseConstConstraints();public void setUseConstConstraints(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1