ArcObjects Library Reference (Carto)  

IMapInset2.ReferenceScale Property

Reference scale of the inset.

[Visual Basic .NET]
Public Property ReferenceScale As Double
[C#]
public double ReferenceScale {get; set;}
[C++]
HRESULT get_ReferenceScale(
  double* refScale
);
[C++]
HRESULT put_ReferenceScale(
  double refScale
);
[C++]

Parameters

refScale [out, retval]   refScale is a parameter of type double refScale [in]   refScale is a parameter of type double

Product Availability

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

See Also

IMapInset2 Interface