STK Real-Time Tracking ToolSend comments on this topic.
MarkerSize Property (IAgRt3QueryGraphics)
See Also
Windows





Windows & Linux

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 * pSize
);
public: HRESULT put_MarkerSize(
    long Size
);
[Java]
public int getMarkerSize();
public void setMarkerSize(
    int
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.