STK ObjectsSend comments on this topic.
UseConstraints Property (IAgSnProjection)
See Also
Windows





Windows & Linux

Description

Specify whether to evaluate the effect of various constraints on visibility along all possible lines of sight within the field of view.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseConstraints() As Boolean
[C#]
public bool UseConstraints {get; set;}
[Managed C++]
public: __property bool get_UseConstraints();
public: __property void set_UseConstraints( bool );
[Unmanaged C++]
public: HRESULT get_UseConstraints(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseConstraints(
    VARIANT_BOOL vVal
);
[Java]
public bool getUseConstraints();
public void setUseConstraints(
    bool
);
[Python - STK API ]
@property
def UseConstraints(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.