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


IItemInfo2.MinScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo2 Interface > IItemInfo2.MinScale Property
ArcGIS Developer Help

IItemInfo2.MinScale Property

Minimum scale of the item.

[Visual Basic .NET]
Public Property MinScale As Double
[C#]
public double MinScale {get; set;}
[C++]
HRESULT get_MinScale(
  System.Double* pScale
);
[C++]
HRESULT put_MinScale(
  double pScale
);
[C++]
Parameters
pScale [out, retval]

pScale is a parameter of type double* pScale [in]
pScale is a parameter of type double

Product Availability

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

See Also

IItemInfo2 Interface