ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle.NeutralMarker Property

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

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

[C++]
HRESULT get_NeutralMarker(
  IMarkerSymbol** ppMarker
);
[C++]
HRESULT putref_NeutralMarker(
  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