STK ObjectsSend 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 * pVal
);
public: HRESULT put_BoresightMarkerStyle(
    BSTR pVal
);
[Java]
public String getBoresightMarkerStyle();
public void setBoresightMarkerStyle(
    String
);
[Python - STK API ]
@property
def BoresightMarkerStyle(self) -> str:

@BoresightMarkerStyle.setter
def BoresightMarkerStyle(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.