This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeTypeUsingUnits Interface > IGraphicAttributeTypeUsingUnits.FormatFromDisplay Method (ArcObjects .NET 10.4 SDK) |
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