Flag to specify if Out of Path Filter is Used.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseOrbitPathFilter() As Boolean |
[C#] |
---|
public bool UseOrbitPathFilter {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseOrbitPathFilter(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseOrbitPathFilter( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseOrbitPathFilter( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseOrbitPathFilter(); public void setUseOrbitPathFilter( bool ); |