Indicates if the dots are always placed at the same location (the alternative is random placement).
[Visual Basic .NET] Public Property FixedPlacement As Boolean
[C#] public bool FixedPlacement {get; set;}
[C++]
HRESULT get_FixedPlacement(
VARIANT_BOOL* FixedPlacement
);
[C++]
HRESULT put_FixedPlacement(
VARIANT_BOOL FixedPlacement
);
[C++]Parameters
FixedPlacement [out, retval] FixedPlacement is a parameter of type VARIANT_BOOL FixedPlacement [in] FixedPlacement is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Specifies whether or not dots will be drawn at their same positions upon successive redraws. If True, then the dots will be fixed in place on successive redraws. If False, then dots will be placed randomly.