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


ILayerGeneralProperties.LayerDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerGeneralProperties Interface > ILayerGeneralProperties.LayerDescription Property
ArcGIS Developer Help

ILayerGeneralProperties.LayerDescription Property

Description for the layer.

[Visual Basic .NET]
Public Property LayerDescription As String
[C#]
public string LayerDescription {get; set;}
[C++]
HRESULT get_LayerDescription(
  System.String* Text
);
[C++]
HRESULT put_LayerDescription(
  BSTR Text
);
[C++]
Parameters
Text [out, retval]

Text is a parameter of type BSTR* Text [in]
Text is a parameter of type BSTR

Product Availability

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

See Also

ILayerGeneralProperties Interface