STK ObjectsSend comments on this topic.
Style Property (IAgMtoGfxMarker)
See Also
Windows





Windows & Linux

Description

Select a marker style.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Style() As String
[C#]
public string Style {get; set;}
[Managed C++]
public: __property String __gc ^ get_Style();
public: __property void set_Style( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Style(
    BSTR * pVal
);
public: HRESULT put_Style(
    BSTR MarkerStyle
);
[Java]
public String getStyle();
public void setStyle(
    String
);
[Python - STK API ]
@property
def Style(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.