ArcObjects Library Reference (System)  

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(
  BSTR Format
);
[C++]

Parameters

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

Product Availability

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

See Also

IScaleFormat Interface