This document is archived and information here might be outdated.  Recommended version.


IMarkerBackground.MarkerBox Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerBackground Interface > IMarkerBackground.MarkerBox Property
ArcGIS Developer Help

IMarkerBackground.MarkerBox Property

The marker box.

[Visual Basic .NET]
Public WriteOnly Property MarkerBox
[C#]
public void MarkerBox {set;}
[C++]
HRESULT putref_MarkerBox(
  IEnvelope* 
);
[C++]
Parameters
 [in]

is a parameter of type IEnvelope*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMarkerBackground Interface