ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.Initialize Method

Initialize the NetCDFWorkspace dispatch object to the properties of the real NetCDFWorkspace object

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal pNetCDFWorkspace As INetCDFWorkspace _
)
[C#]
public void Initialize (
    INetCDFWorkspace pNetCDFWorkspace
);
[C++]
HRESULT Initialize(
  INetCDFWorkspace* pNetCDFWorkspace
);
[C++]

Parameters

pNetCDFWorkspace [in]

  pNetCDFWorkspace is a parameter of type INetCDFWorkspace

Product Availability

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

See Also

IGPNetCDFWorkspace Interface