ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.GetSurfaceConstraintIndexFromID Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILasDataset Interface