ArcObjects Library Reference (DefenseSolutions)  

IMADtedLayer.DisplayElevation Property

Indicates if displays elevation datasets in the catalog.

[Visual Basic .NET]
Public Property DisplayElevation As Boolean
[C#]
public bool DisplayElevation {get; set;}
[C++]
HRESULT get_DisplayElevation(
  VARIANT_BOOL* blnDisplay
);
[C++]
HRESULT put_DisplayElevation(
  VARIANT_BOOL blnDisplay
);
[C++]

Parameters

blnDisplay [out, retval]   blnDisplay is a parameter of type VARIANT_BOOL blnDisplay [in]   blnDisplay is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMADtedLayer Interface