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


IRasterCommand2.MachineName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommand2 Interface > IRasterCommand2.MachineName Property
ArcGIS Developer Help

IRasterCommand2.MachineName Property

The server machine name.

[Visual Basic .NET]
Public Property MachineName As String
[C#]
public string MachineName {get; set;}
[C++]
HRESULT get_MachineName(
  System.String* pMachineName
);
[C++]
HRESULT put_MachineName(
  BSTR pMachineName
);
[C++]
Parameters
pMachineName [out, retval]

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

Product Availability

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

See Also

IRasterCommand2 Interface