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

@BistaticRdrToTargetLineWidth.setter
def BistaticRdrToTargetLineWidth(self, val:"AgELineWidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.