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





Windows & Linux

Description

Opt whether the sensor's field-of-view crossings at specified distances are to be computed and displayed in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseDistance() As Boolean
[C#]
public bool UseDistance {get; set;}
[Managed C++]
public: __property bool get_UseDistance();
public: __property void set_UseDistance( bool );
[Unmanaged C++]
public: HRESULT get_UseDistance(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseDistance(
    VARIANT_BOOL UseProjRadii
);
[Java]
public bool getUseDistance();
public void setUseDistance(
    bool
);
[Python - STK API ]
@property
def UseDistance(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.