This document is archived and information here might be outdated. Recommended version. |
Format used to display scale, i.e., 1:20000 or 1 inch equals 5 miles.
[Visual Basic .NET] Public Property Format As esriScaleFormat
[C#] public esriScaleFormat Format {get; set;}
[C++]
HRESULT get_Format(
esriScaleFormat Format
);
[C++]
HRESULT put_Format(
esriScaleFormat* Format
);
[C++] Parameters Format [in]
Format is a parameter of type esriScaleFormat Format [out, retval]
Format is a parameter of type esriScaleFormat*