ArcObjects Library Reference (DataSourcesFile)  

IDataLicenseInfo.LayerGroupName Property

Name of layer groups.

[Visual Basic .NET]
Public Function get_LayerGroupName ( _
    ByVal nIdx As Integer _
) As String
[C#]
public string get_LayerGroupName (
    int nIdx
);
[C++]
HRESULT get_LayerGroupName(
  long nIdx,
  BSTR* pVal
);
[C++]

Parameters

nIdx [in]   nIdx is a parameter of type long pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

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

See Also

IDataLicenseInfo Interface