ArcObjects Library Reference (Carto)  

ITiledImageServer.IsFixedScaleImage Method

Indicates if a given map is a fixed scale map.

[Visual Basic .NET]
Public Function IsFixedScaleImage ( _
) As Boolean
[C#]
public bool IsFixedScaleImage (
);
[C++]
HRESULT IsFixedScaleImage(
  VARIANT_BOOL* pIsFixedScaleMap
);
[C++]

Parameters

pIsFixedScaleMap [out, retval]   pIsFixedScaleMap is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITiledImageServer Interface