This document is archived and information here might be outdated. Recommended version. |
Inserts and Removes raster items to a given view.
[Visual Basic .NET] Public Function UpdateView ( _ ByVal VID As String, _ ByVal pAddIDs As IFIDSet, _ ByVal pDeleteIDs As IFIDSet _ ) As IImageServerEditResults
[C#] public IImageServerEditResults UpdateView ( string VID, IFIDSet pAddIDs, IFIDSet pDeleteIDs );
[C++]
HRESULT UpdateView(
BSTR VID,
IFIDSet* pAddIDs,
IFIDSet* pDeleteIDs
);
[C++] Parameters VID [in]
VID is a parameter of type BSTR pAddIDs [in]
pAddIDs is a parameter of type IFIDSet* pDeleteIDs [in]
pDeleteIDs is a parameter of type IFIDSet*