STK ObjectsSend comments on this topic.
UseOrbitPathFilter Property (IAgAdvCATPreFilters)
See Also
Windows





Windows & Linux

Description

Flag to specify if Out of Path Filter is Used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseOrbitPathFilter() As Boolean
[C#]
public bool UseOrbitPathFilter {get; set;}
[Managed C++]
public: __property bool get_UseOrbitPathFilter();
public: __property void set_UseOrbitPathFilter( bool );
[Unmanaged C++]
public: HRESULT get_UseOrbitPathFilter(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseOrbitPathFilter(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseOrbitPathFilter();
public void setUseOrbitPathFilter(
    bool
);
[Python - STK API ]
@property
def UseOrbitPathFilter(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.