AGI Real-Time Tracking Tool 11 Send comments on this topic.
MarkerSize Property (IAgRt3QueryGraphics)
See Also 





Description

The size of markers, in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MarkerSize() As Integer

[C#]
public int MarkerSize {get; set;}

[Managed C++]
public: __property int get_MarkerSize();
public: __property void set_MarkerSize(
int
);

[Unmanaged C++]
public: HRESULT get_MarkerSize(
long * pRetVal
);
public: HRESULT put_MarkerSize(
long NewMarkerSize
);

[Java]
public int getMarkerSize();public void setMarkerSize(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1