STK ObjectsSend comments on this topic.
PulseVisible Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

Description

Enable display of pulses in the sensor's projection. If not enabled, the sensor projection is displayed as a transparent, homogeneous color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseVisible() As Boolean
[C#]
public bool PulseVisible {get; set;}
[Managed C++]
public: __property bool get_PulseVisible();
public: __property void set_PulseVisible( bool );
[Unmanaged C++]
public: HRESULT get_PulseVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PulseVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getPulseVisible();
public void setPulseVisible(
    bool
);
[Python - STK API ]
@property
def PulseVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.