ArcObjects Library Reference (DefenseSolutions)  

IMADatasets.UseDataset Property

Indicates if the dataset at the specified index will be displayed.

[Visual Basic .NET]
Public Function get_UseDataset ( _
    ByVal Index As Integer _
) As Boolean
[Visual Basic .NET]
Public Sub set_UseDataset ( _
    ByVal Index As Integer, _
    ByVal blnUseDataset As Boolean _
)
[C#]
public bool get_UseDataset (
    int Index
);
[C#]
public void set_UseDataset (
    int Index,
    bool blnUseDataset
);
[C++]
HRESULT get_UseDataset(
  long Index,
  VARIANT_BOOL* blnUseDataset
);
[C++]
HRESULT put_UseDataset(
  long Index,
  VARIANT_BOOL blnUseDataset
);
[C++]

Parameters

Index [in]   Index is a parameter of type long blnUseDataset [out, retval]   blnUseDataset is a parameter of type VARIANT_BOOL Index [in]   Index is a parameter of type long blnUseDataset [in]   blnUseDataset is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMADatasets Interface