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


IRasterDefaultsEnv4.AskSubdatasetSelection Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv4.AskSubdatasetSelection Property

Indicates if the subdataset selection dialog should pop up.

[Visual Basic .NET]
Public Property AskSubdatasetSelection As Boolean
[C#]
public bool AskSubdatasetSelection {get; set;}
[C++]
HRESULT get_AskSubdatasetSelection(
  VARIANT_BOOL pAsk
);
[C++]
HRESULT put_AskSubdatasetSelection(
  Boolean* pAsk
);
[C++]

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

Product Availability

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

See Also

IRasterDefaultsEnv4 Interface