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


IDotDensityFillSymbol.FixedPlacement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityFillSymbol Interface > IDotDensityFillSymbol.FixedPlacement Property
ArcGIS Developer Help

IDotDensityFillSymbol.FixedPlacement Property

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(
  Boolean* FixedPlacement
);
[C++]
HRESULT put_FixedPlacement(
  VARIANT_BOOL FixedPlacement
);
[C++]
Parameters
FixedPlacement [out, retval]

FixedPlacement is a parameter of type bool* FixedPlacement [in]
FixedPlacement is a parameter of type 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.

See Also

IDotDensityFillSymbol Interface