This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICartoItemInfoHelper Interface > ICartoItemInfoHelper.Metadata2DocumentInfo Method (ArcObjects .NET 10.5 SDK) |
Initialize the DocumentInfo from the content of metadata.
[Visual Basic .NET] Public Sub Metadata2DocumentInfo ( _ ByVal pPropertySet As IPropertySet, _ ByVal pDocuInfo As IDocumentInfo2 _ )
[C#] public void Metadata2DocumentInfo ( IPropertySet pPropertySet, IDocumentInfo2 pDocuInfo );
[C++]
HRESULT Metadata2DocumentInfo(
IPropertySet* pPropertySet,
IDocumentInfo2* pDocuInfo
);
[C++]
Parameters pPropertySet [in]
pPropertySet is a parameter of type IPropertySet pDocuInfo [in]
pDocuInfo is a parameter of type IDocumentInfo2