Set the marker to the desired type using the
provided data.
| [Visual Basic .NET] |
|---|
Public Sub SetMarker( _
ByVal Type As AgERt3QueryMarker, _
ByVal Marker As System.Object _
)
|
| [C#] |
|---|
public void SetMarker(
|
| [Managed C++] |
|---|
public: void SetMarker(
|
| [Java] |
|---|
public setMarker(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetMarker(
|
- 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