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