This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.ReferenceScale Property (ArcObjects .NET 10.4 SDK) |
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