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





Description

The color in which the marker for the object is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerColor() As System.Drawing.Color

[C#]
public System.Drawing.Color MarkerColor {get; set;}

[Managed C++]
public: __property uint^ get_MarkerColor();
public: __property void set_MarkerColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_MarkerColor(
uint ** ppRetVal
);
public: HRESULT put_MarkerColor(
uint * pNewMarkerColor
);

[Java]
public long getMarkerColor();public void setMarkerColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1