This document is archived and information here might be outdated. Recommended version. |
Indicates if the given BSTR name is a LasDataset.
[Visual Basic .NET]
Public Function get_IsLasDataset ( _
ByVal Name As String _
) As Boolean
[C#]
public bool get_IsLasDataset (
string Name
);
[C++]
HRESULT get_IsLasDataset(
BSTR Name,
Boolean* pbIsDataset
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR pbIsDataset [out, retval]
pbIsDataset is a parameter of type bool*