Creates a geoprocessing layer object from the given catalog path and of the given geoprocessing data type.
[Visual Basic 6.0] Function MakeGPLayer(
ByVal catalogPath As String, _
ByVal pDataType As IGPDataType _
) As IGPLayer
[Visual Basic .NET] Public Function MakeGPLayer ( _ ByVal catalogPath As String, _ ByVal pDataType As IGPDataType _ ) As IGPLayer
[C#] public IGPLayer MakeGPLayer ( string catalogPath, IGPDataType pDataType );
[Java] public IGPLayer makeGPLayer ( String catalogPath, IGPDataType pDataType ) throws IOException, AutomationException
[C++] HRESULT MakeGPLayer( BSTR catalogPath, IGPDataType* pDataType, IGPLayer** ppGPLayer );
Parameters
catalogPath [in]
catalogPath is a parameter of type BSTR
pDataType [in]
pDataType is a parameter of type IGPDataType
ppGPLayer [out, retval]
ppGPLayer is a parameter of type IGPLayer