This document is archived and information here might be outdated. Recommended version. |
The default description text.
[Visual Basic .NET] Public Function get_Description ( _ ByVal pLayer As IFeatureLayer _ ) As String
[Visual Basic .NET] Public Sub set_Description ( _ ByVal pLayer As IFeatureLayer, _ ByVal text As String _ )
[C#] public string get_Description ( IFeatureLayer pLayer );
[C#] public void set_Description ( IFeatureLayer pLayer, string text );