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