AGI STK Objects 11Send comments on this topic.
BistaticRdrToTargetLineStyle Property (IAgRadarAccessGraphics)
See Also
Windows






Windows & Linux

Description

Gets or sets the AgELineStyle enumeration for the Bistatic Radar to Target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BistaticRdrToTargetLineStyle() As AgELineStyle
[C#]
public AgELineStyle BistaticRdrToTargetLineStyle {get; set;}
[Managed C++]
public: __property AgELineStyle get_BistaticRdrToTargetLineStyle();
public: __property void set_BistaticRdrToTargetLineStyle( AgELineStyle );
[Unmanaged C++]
public: HRESULT get_BistaticRdrToTargetLineStyle(
    AgELineStyle * pVal
);
public: HRESULT put_BistaticRdrToTargetLineStyle(
    AgELineStyle val
);
[Java]
public AgELineStyle getBistaticRdrToTargetLineStyle();
public void setBistaticRdrToTargetLineStyle(
    AgELineStyle
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.