AGI Real-Time Tracking Tool 11 Send comments on this topic.
SetMarker Method (IAgRt3QueryGraphics)
See Also 
Type
Marker





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
);

[Java]
public  setMarker(
AgERt3QueryMarker Type,
Variant Marker
);

[Unmanaged C++]
public: HRESULT SetMarker(
AgERt3QueryMarker Type,
VARIANT Marker
);

Parameters

Type
Member Value Description
eRt3QueryMarkerFile 0 Use a specific image file for all entities in the query.
eRt3QueryMarkerFileFromMetaData 1 Use an image file obtained via the provided entity meta-data field name.
eRt3QueryMarkerSymbolFromMetaData 2 Use a MIL2525B symbol code obtained via the provided entity meta-data field name.
eRt3QueryMarkerSymbol 3 Use a specific MIL2525B symbol code for all entities in the query.
eRt3QueryMarkerShape 4 Use a simple shape defined by AgEEntityMarkerShape.
Marker

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1