ArcObjects Library Reference (GISClient)  

IWMSLayerDescription.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

IWMSLayerDescription Interface