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


IWMSLayerDescription.FixedHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerDescription Interface > IWMSLayerDescription.FixedHeight Property
ArcGIS Developer Help

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(
  System.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