STK ObjectsSend comments on this topic.
MarkerStyle Property (IAgStGraphics)
See Also
Windows





Windows & Linux

Description

The style of the star's marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerStyle() As String
[C#]
public string MarkerStyle {get; set;}
[Managed C++]
public: __property String __gc ^ get_MarkerStyle();
public: __property void set_MarkerStyle( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_MarkerStyle(
    BSTR * pMarkerStyle
);
public: HRESULT put_MarkerStyle(
    BSTR pMarkerStyle
);
[Java]
public String getMarkerStyle();
public void setMarkerStyle(
    String
);
[Python - STK API ]
@property
def MarkerStyle(self) -> str:

@MarkerStyle.setter
def MarkerStyle(self, pMarkerStyle:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.