Adds a layer object and geoprocessing layer object to the geoprocessing utility object.
[Visual Basic 6.0] Sub AddInternalLayer2(
ByVal pLayer As ILayer, _
ByVal pGPLayer As IGPLayer _
)
[Visual Basic .NET] Public Sub AddInternalLayer2 ( _ ByVal pLayer As ILayer, _ ByVal pGPLayer As IGPLayer _ )
[C#] public void AddInternalLayer2 ( ILayer pLayer, IGPLayer pGPLayer );
[Java] public void addInternalLayer2 ( ILayer pLayer, IGPLayer pGPLayer ) throws IOException, AutomationException
[C++] HRESULT AddInternalLayer2( ILayer* pLayer, IGPLayer* pGPLayer );
Parameters
pLayer [in]
pLayer is a parameter of type ILayer
pGPLayer [in]
pGPLayer is a parameter of type IGPLayer