STK Real-Time Tracking ToolSend comments on this topic.
SetMarker Method (IAgRt3QueryGraphics)
See Also
Type
Marker
Windows





Windows & Linux

Description

Set the marker to the desired type using the provided data.

Syntax

[Visual Basic .NET]
Public Sub SetMarker( _
    ByVal Type As AgERt3QueryMarker, _
    ByVal Marker As System.Object _
)
[C#]
public void SetMarker(
    AgERt3QueryMarker Type,
    System.Object Marker
);
[Managed C++]
public: void SetMarker(
    AgERt3QueryMarker Type,
    VARIANT Marker
);
[Unmanaged C++]
public: HRESULT SetMarker(
    AgERt3QueryMarker Type,
    VARIANT Marker
);
[Java]
public void setMarker(
    AgERt3QueryMarker Type,
    AgVariant Marker
);

Parameters

Type
Marker

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.