ArcObjects Library Reference (System)  

IScaleFormat.Equals Property

The text used for 'equals', i.e., ' = ' in 1 inch = 5 miles.

[Visual Basic .NET]
Public Property Equals As String
[C#]
public string Equals {get; set;}
[C++]
HRESULT get_Equals(
  BSTR* Text
);
[C++]
HRESULT put_Equals(
  BSTR Text
);
[C++]

Parameters

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

Product Availability

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

See Also

IScaleFormat Interface