STK ObjectsSend 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
);
[Python - STK API ]
@property
def UseConstConstraints(self) -> bool:

@UseConstConstraints.setter
def UseConstConstraints(self, UseConstConstraints:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.