This document is archived and information here might be outdated.  Recommended version.


IScaleFormat.Format Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.Format Property
ArcGIS Developer Help

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 [in]

Format is a parameter of type esriScaleFormat Format [out, retval]
Format is a parameter of type esriScaleFormat*

Product Availability

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

See Also

IScaleFormat Interface