ArcObjects Library Reference (GeoDatabase)  

IItemInfo2.MaxScale Property

Maximum scale of the item.

[Visual Basic .NET]
Public Property MaxScale As Double
[C#]
public double MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
  double* pScale
);
[C++]
HRESULT put_MaxScale(
  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