This document is archived and information here might be outdated. Recommended version. |
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*