ArcObjects Library Reference (Server)  

IServerObjectFactoryX.GetLogDirectoryPath Method

Gets the path to the log directory that was set on the factory.

[Visual Basic .NET]
Public Function GetLogDirectoryPath ( _
) As String
[C#]
public string GetLogDirectoryPath (
);
[C++]
HRESULT GetLogDirectoryPath(
  BSTR* pLogDirPath
);
[C++]

Parameters

pLogDirPath [out, retval]   pLogDirPath is a parameter of type BSTR

Product Availability

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

See Also

IServerObjectFactoryX Interface