AGI STK Objects 11 Send comments on this topic.
MarkerStyle Property (IAgFaGraphics)
See Also 





Description

The style of the marker representing the object in the 2D Graphics window. A member of the MarkerStyle enumeration.

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 * pRetVal
);
public: HRESULT put_MarkerStyle(
BSTR NewMarkerStyle
);

[Java]
public String getMarkerStyle();public void setMarkerStyle(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1