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


IScaleFormat.Separator Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IScaleFormat.Separator Property

Character(s) used to separate '1' from the scale in an absolute scale, i.e., the ':' in 1:20000.

[Visual Basic .NET]
Public Property Separator As String
[C#]
public string Separator {get; set;}
[C++]
HRESULT get_Separator(
  BSTR Separator
);
[C++]
HRESULT put_Separator(
  System.String* Separator
);
[C++]

Parameters Separator [in]
Separator is a parameter of type BSTR Separator [out, retval]
Separator is a parameter of type BSTR*

Product Availability

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

See Also

IScaleFormat Interface