This document is archived and information here might be outdated. Recommended version. |
Indicates if the given feature id is in the set.
[Visual Basic .NET]
Public Function get_Contains ( _
ByVal FID As Integer _
) As Boolean
[C#]
public bool get_Contains (
int FID
);
[C++]
HRESULT get_Contains(
long FID,
Boolean* Contains
);
[C++] Parameters FID [in]
FID is a parameter of type long Contains [out, retval]
Contains is a parameter of type bool*