STK ObjectsSend 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
);
[Python - STK API ]
@property
def BistaticRdrToTargetLineStyle(self) -> "AgELineStyle":

@BistaticRdrToTargetLineStyle.setter
def BistaticRdrToTargetLineStyle(self, val:"AgELineStyle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.