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


IScaleFormat.CustomFormat 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.CustomFormat Property
ArcGIS Developer Help

IScaleFormat.CustomFormat Property

A string defining the scale format. Embed XML tokens where scale values should go, i.e., <SCA a=''Attribute''>. Possible attributes: Scale, Separator, PageUnitValue, PageUnits, EqualsText, MapUnits.

[Visual Basic .NET]
Public Property CustomFormat As String
[C#]
public string CustomFormat {get; set;}
[C++]
HRESULT get_CustomFormat(
  BSTR Format
);
[C++]
HRESULT put_CustomFormat(
  System.String* Format
);
[C++]
Parameters
Format [in]

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

Product Availability

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

See Also

IScaleFormat Interface