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


IDataLicenseInfo.MetaInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDataLicenseInfo Interface > IDataLicenseInfo.MetaInfo Property
ArcGIS Developer Help

IDataLicenseInfo.MetaInfo Property

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**

Product Availability

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

See Also

IDataLicenseInfo Interface