The marker style used to represent the boresight graphically.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoresightMarkerStyle() As String |
[C#] |
---|
public string BoresightMarkerStyle {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_BoresightMarkerStyle(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoresightMarkerStyle( BSTR * pVal ); public: HRESULT put_BoresightMarkerStyle( BSTR pVal ); |
[Java] |
---|
public String getBoresightMarkerStyle(); public void setBoresightMarkerStyle( String ); |