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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.