ArcObjects Library Reference (System)  

IScaleFormat.Format Property

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 [out, retval]

  Format is a parameter of type esriScaleFormat

Format [in]

  Format is a parameter of type esriScaleFormat

Product Availability

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

See Also

IScaleFormat Interface