Returns the input directory for the given Server Object Configuration.
[Visual Basic .NET] Public Function GetInputDir ( _ ByVal cfgName As String, _ ByVal cfgType As String _ ) As String
[C#] public string GetInputDir ( string cfgName, string cfgType );
[C++]
HRESULT GetInputDir(
BSTR cfgName,
BSTR cfgType,
BSTR* dir
);
[C++]Parameters
cfgName [in] cfgName is a parameter of type BSTR cfgType [in] cfgType is a parameter of type BSTR dir [out, retval] dir is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.