Inserts the given WMS Layer at the given position. Only layer created by this WMS group layer or its parent layers are valid.
[Visual Basic 6.0] Sub InsertLayer(
ByVal WMSLayer As ILayer, _
ByVal insertPosition As Long _
)
[Visual Basic .NET] Public Sub InsertLayer ( _ ByVal WMSLayer As ILayer, _ ByVal insertPosition As Integer _ )
[C#] public void InsertLayer ( ILayer WMSLayer, int insertPosition );
[Java] public void insertLayer ( ILayer WMSLayer, int insertPosition ) throws IOException, AutomationException
[C++] HRESULT InsertLayer( ILayer* WMSLayer, long insertPosition );
Parameters
WMSLayer [in]
WMSLayer is a parameter of type ILayer
insertPosition [in]
insertPosition is a parameter of type long