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


IGxObjectFactoryMetadata.GetGxObjectFromMetadata Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFactoryMetadata Interface > IGxObjectFactoryMetadata.GetGxObjectFromMetadata Method
ArcGIS Developer Help

IGxObjectFactoryMetadata.GetGxObjectFromMetadata Method

Given a path to some metadata, constructs the corresponding GxObject.

[Visual Basic .NET]
Public Function GetGxObjectFromMetadata ( _
    ByVal metadataPath As String _
) As IGxObject
[C#]
public IGxObject GetGxObjectFromMetadata (
    string metadataPath
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFactoryMetadata Interface