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


IDimensionStyleText.DisplayPrecision Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyleText.DisplayPrecision Property

Precision for the value displayed by the dimension text.

[Visual Basic .NET]
Public Property DisplayPrecision As Integer
[C#]
public int DisplayPrecision {get; set;}
[C++]
HRESULT get_DisplayPrecision(
  long* precision
);
[C++]
HRESULT put_DisplayPrecision(
  long precision
);
[C++]

Parameters precision [out, retval] precision is a parameter of type long precision [in] precision is a parameter of type long

Product Availability

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

See Also

IDimensionStyleText Interface