ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle.FriendlyMarker Property

Marker symbol used to symbolize point shapes in a friendly graphic.

ERROR: Syntax information about ITacticalGraphicStyle.FriendlyMarker may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_FriendlyMarker(
  IMarkerSymbol** ppMarker
);
[C++]
HRESULT putref_FriendlyMarker(
  IMarkerSymbol* ppMarker
);
[C++]

Parameters

ppMarker [out, retval]

  ppMarker is a parameter of type IMarkerSymbol

ppMarker [in]

  ppMarker is a parameter of type IMarkerSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyle Interface