This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.MetadataFile Property (ArcObjects .NET 10.5 SDK) |
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
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.