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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1