Clears cache for a given layer within a given extent.
[Visual Basic 6.0] Sub Clear(
ByVal pLayer As ILayer, _
ByVal pExtent As IEnvelope _
)
[Visual Basic .NET] Public Sub Clear ( _ ByVal pLayer As ILayer, _ ByVal pExtent As IEnvelope _ )
[C#] public void Clear ( ILayer pLayer, IEnvelope pExtent );
[Java] public void clear ( ILayer pLayer, IEnvelope pExtent ) throws IOException, AutomationException
[C++] HRESULT Clear( ILayer* pLayer, IEnvelope* pExtent );
Parameters
pLayer [in]
pLayer is a parameter of type ILayer
pExtent
pExtent is a parameter of type IEnvelope