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


IMapInset2.ReferenceScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.ReferenceScale Property
ArcGIS Developer Help

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(
  System.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