This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IScaleFormat Interface > IScaleFormat.CustomFormat Property (ArcObjects .NET 10.5 SDK) |
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