ArcObjects Library Reference (Geoprocessing)  

IGPNetCDFWorkspace.GetSpatialReference Method

The spatial reference of the NetCDFWorkspace

[Visual Basic .NET]
Public Function GetSpatialReference ( _
    ByVal variable As String, _
    ByVal xDim As String, _
    ByVal yDim As String _
) As IGpSpRefObject
[C#]
public IGpSpRefObject GetSpatialReference (
    string variable,
    string xDim,
    string yDim
);
[C++]
HRESULT GetSpatialReference(
  BSTR variable,
  BSTR xDim,
  BSTR yDim,
  IGpSpRefObject** ppGpSpRefObj
);
[C++]

Parameters

variable [in]   variable is a parameter of type BSTR xDim [in]   xDim is a parameter of type BSTR yDim [in]   yDim is a parameter of type BSTR ppGpSpRefObj [out, retval]

  ppGpSpRefObj is a parameter of type IGpSpRefObject

Product Availability

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

See Also

IGPNetCDFWorkspace Interface