This document is archived and information here might be outdated. Recommended version. |
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*