ArcObjects Library Reference (Location)  

IHatchDefinition.DisplayPrecision Property

The display precision.

[Visual Basic .NET]
Public Property DisplayPrecision As Integer
[C#]
public int DisplayPrecision {get; set;}
[C++]
HRESULT get_DisplayPrecision(
  long* 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

.NET Related Topics

Location