This document is archived and information here might be outdated. Recommended version. |
Indicates whether the specified junction class id is in the valid junction list.
[Visual Basic .NET]
Public Function ContainsJunction ( _
ByVal ClassID As Integer, _
ByVal SubtypeCode As Integer _
) As Boolean
[C#]
public bool ContainsJunction (
int ClassID,
int SubtypeCode
);
[C++]
HRESULT ContainsJunction(
long ClassID,
long SubtypeCode
);
[C++] Parameters ClassID [in]
ClassID is a parameter of type long SubtypeCode [in]
SubtypeCode is a parameter of type long