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


IHatchDefinition.DisplayPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchDefinition Interface > IHatchDefinition.DisplayPrecision Property
ArcGIS Developer Help

IHatchDefinition.DisplayPrecision Property

The display precision.

[Visual Basic .NET]
Public Property DisplayPrecision As Integer
[C#]
public int DisplayPrecision {get; set;}
[C++]
HRESULT get_DisplayPrecision(
  System.Int32* pDisplayPrecision
);
[C++]
HRESULT put_DisplayPrecision(
  long pDisplayPrecision
);
[C++]
Parameters
pDisplayPrecision [out, retval]

pDisplayPrecision is a parameter of type long* pDisplayPrecision [in]
pDisplayPrecision is a parameter of type long

Product Availability

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

See Also

IHatchDefinition Interface