This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.GetSurfaceConstraintIndexFromID Method (ArcObjects .NET 10.5 SDK) |
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,
long* 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.