This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseInfo Interface > IDataLicenseInfo.AttrGroupName Property (ArcObjects .NET 10.5 SDK) |
Name of attribute group.
[Visual Basic .NET] Public Function get_AttrGroupName ( _ ByVal nIdx As Integer _ ) As String
[C#] public string get_AttrGroupName ( int nIdx );
[C++]
HRESULT get_AttrGroupName(
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