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


IGxObjectFactoryMetadata.GetGxObjectFromMetadata Method (ArcObjects .NET 10.4 SDK)
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