AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_PulseVisible(
VARIANT_BOOL NewPulseVisible
);

[Java]
public bool getPulseVisible();public void setPulseVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface