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


IWMSLayerDescription2.FixedHeight Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWMSLayerDescription2.FixedHeight Property

Fixed height at which server is able to display the layer. If this is zero, server can display the layer at any resolution.

[Visual Basic .NET]
Public ReadOnly Property FixedHeight As Double
[C#]
public double FixedHeight {get;}
[C++]
HRESULT get_FixedHeight(
  double* Height
);
[C++]

Parameters Height [out, retval] Height is a parameter of type double

Product Availability

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

See Also

IWMSLayerDescription2 Interface