ArcObjects Library Reference (Catalog)  

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