This document is archived and information here might be outdated. Recommended version. |
Gets surface constraint's index identified by the ID.
[Visual Basic .NET] Public Sub GetSurfaceConstraintIndexFromID ( _ ByVal pGuid As UID, _ ByRef pIndex As Integer _ )
[C#] public void GetSurfaceConstraintIndexFromID ( UID pGuid, ref int pIndex );
[C++]
HRESULT GetSurfaceConstraintIndexFromID(
IUID* pGuid,
System.Int32* pIndex
);
[C++] Parameters pGuid [in]
pGuid is a parameter of type IUID* pIndex [out]
pIndex is a parameter of type long*
Returns the index of the surface constraint specified by the input UID.
pGuid is the input UID of the surface constraint.
index is the index of the surface constraint.