This document is archived and information here might be outdated.  Recommended version.


ILasDataset.GetSurfaceConstraintIndexFromID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.GetSurfaceConstraintIndexFromID Method
ArcGIS Developer Help

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,
  System.Int32* 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