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.

Description

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.

See Also

ILasDataset Interface