Converts a graphic attribute value coming from the UI to points.
[Visual Basic .NET] Public Sub FormatFromDisplay ( _ ByVal Units As esriUnits, _ ByRef val As Object _ )
[C#] public void FormatFromDisplay ( esriUnits Units, ref object val );
[C++]
HRESULT FormatFromDisplay(
esriUnits Units,
VARIANT* val
);
[C++]Parameters
Units [in]Units is a parameter of type esriUnits
val [in, out] val is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.