ArcObjects Library Reference (Geoprocessing)  

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(
  BSTR* 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