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