STK ObjectsSend comments on this topic.
ComputeBeyondTgt Property (IAgAccessCnstrGrazingAlt)
See Also
Windows





Windows & Linux

Description

Determines if positions beyond target object are considered in grazing altitude calculation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeBeyondTgt() As Boolean
[C#]
public bool ComputeBeyondTgt {get; set;}
[Managed C++]
public: __property bool get_ComputeBeyondTgt();
public: __property void set_ComputeBeyondTgt( bool );
[Unmanaged C++]
public: HRESULT get_ComputeBeyondTgt(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ComputeBeyondTgt(
    VARIANT_BOOL pVal
);
[Java]
public bool getComputeBeyondTgt();
public void setComputeBeyondTgt(
    bool
);
[Python - STK API ]
@property
def ComputeBeyondTgt(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.