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 * pRetVal
);
public: HRESULT put_BistaticRdrToTargetLineWidth(
AgELineWidth NewBistaticRdrToTargetLineWidth
);
|
[Java] |
public AgELineWidth getBistaticRdrToTargetLineWidth();public void setBistaticRdrToTargetLineWidth(
AgELineWidth
);
|
See Also