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


IDataLicenseInfo.MetaInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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