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


IGPEnvironment.MetadataFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.MetadataFile Property
ArcGIS Developer Help

IGPEnvironment.MetadataFile Property

Name of the (XML) file containing the default metadata for this environment object.

[Visual Basic .NET]
Public Property MetadataFile As String
[C#]
public string MetadataFile {get; set;}
[C++]
HRESULT get_MetadataFile(
  System.String* File
);
[C++]
HRESULT put_MetadataFile(
  BSTR File
);
[C++]
Parameters
File [out, retval]

File is a parameter of type BSTR* File [in]
File is a parameter of type BSTR

Product Availability

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

Remarks

The MetadataFile property stores the name of a .xml file with the default metadata for an environment setting. The .xml file supplies parameter descriptions in the help panel of the Environment Settings dialog.

See Also

IGPEnvironment Interface