This document is archived and information here might be outdated. Recommended version. |
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*