ArcObjects Library Reference (Display)  

IBasicMarkerSymbol.MarkerPlacement Property

Marker placement of a basic marker symbol.

[Visual Basic .NET]
Public Property MarkerPlacement As IMarkerPlacement
[C#]
public IMarkerPlacement MarkerPlacement {get; set;}
[C++]
HRESULT get_MarkerPlacement(
  IMarkerPlacement** tag
);
[C++]
HRESULT putref_MarkerPlacement(
  IMarkerPlacement* tag
);
[C++]

Parameters

tag [out, retval]

  tag is a parameter of type IMarkerPlacement

tag [in]

  tag is a parameter of type IMarkerPlacement

Product Availability

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

See Also

IBasicMarkerSymbol Interface