This document is archived and information here might be outdated. Recommended version. |
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*