This document is archived and information here might be outdated.  Recommended version.


IImageViewOperationParameters.UpdateMembership Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IImageViewOperationParameters.UpdateMembership Property

Indicates whether the view membership table associated with the mosaic dataset is updated.

[Visual Basic .NET]
Public Property UpdateMembership As Boolean
[C#]
public bool UpdateMembership {get; set;}
[C++]
HRESULT get_UpdateMembership(
  VARIANT_BOOL pbUpdateMembership
);
[C++]
HRESULT put_UpdateMembership(
  Boolean* pbUpdateMembership
);
[C++]

Parameters pbUpdateMembership [in]
pbUpdateMembership is a parameter of type bool pbUpdateMembership [out, retval]
pbUpdateMembership is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageViewOperationParameters Interface