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(
  VARIANT_BOOL* pIsDynamic
);
[C++]

Parameters

pIsDynamic [out, retval]   pIsDynamic is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterDatasetContainer Interface