ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2.UnknownMarker Property

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

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

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

ITacticalGraphicStyle2 Interface