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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BistaticRdrToTargetLineWidth() As AgELineWidth
[C#]
public AgELineWidth BistaticRdrToTargetLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_BistaticRdrToTargetLineWidth();
public: __property void set_BistaticRdrToTargetLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_BistaticRdrToTargetLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_BistaticRdrToTargetLineWidth(
    AgELineWidth val
);
[Java]
public AgELineWidth getBistaticRdrToTargetLineWidth();
public void setBistaticRdrToTargetLineWidth(
    AgELineWidth
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.