AGI STK Objects 11 Send comments on this topic.
BoresightMarkerStyle Property (IAgSnGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1