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.MetaInfo Property (ArcObjects .NET 10.5 SDK) |
Meta information pair.
[Visual Basic .NET] Public Function get_MetaInfo ( _ ByVal nIdx As Integer _ ) As IMetaInfo
[C#] public IMetaInfo get_MetaInfo ( int nIdx );
[C++]
HRESULT get_MetaInfo(
long nIdx,
IMetaInfo** ppMeta
);
[C++]
Parameters nIdx [in] nIdx is a parameter of type long ppMeta [out, retval]
ppMeta is a parameter of type IMetaInfo