ArcObjects Library Reference (Carto)  

ICartoItemInfoHelper.Metadata2DocumentInfo Method

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

Product Availability

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

See Also

ICartoItemInfoHelper Interface