AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.