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


IRasterDatasetContainer.IsDynamic Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterDatasetContainer.IsDynamic Property

Indicates the collection is dynamic.

[Visual Basic .NET]
Public ReadOnly Property IsDynamic As Boolean
[C#]
public bool IsDynamic {get;}
[C++]
HRESULT get_IsDynamic(
  Boolean* pIsDynamic
);
[C++]

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

Product Availability

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

See Also

IRasterDatasetContainer Interface