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 ** ppRetVal
);
public: HRESULT put_BistaticRdrToTargetLineStyle(
    AgELineStyle * pNewBistaticRdrToTargetLineStyle
);
[Java]
public  AgELineStyle getBistaticRdrToTargetLineStyle();public void setBistaticRdrToTargetLineStyle(
    AgELineStyle
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.