STK ObjectsSend comments on this topic.
MarkerColor Property (IAgPlaceGraphics)
See Also
Windows





Windows & Linux

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 * pColor
);
public: HRESULT put_MarkerColor(
    uint pColor
);
[Java]
public long getMarkerColor();
public void setMarkerColor(
    long
);
[Python - STK API ]
@property
def MarkerColor(self) -> agi.stk12.utilities.colors.Color:

@MarkerColor.setter
def MarkerColor(self, pColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.