This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityFillSymbol Interface > IDotDensityFillSymbol.FixedPlacement Property (ArcObjects .NET 10.5 SDK) |
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
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.