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


ILasDataset.GetSurfaceConstraintID 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.GetSurfaceConstraintID Method
ArcGIS Developer Help

ILasDataset.GetSurfaceConstraintID Method

Gets surface constraint specified by the index.

[Visual Basic .NET]
Public Sub GetSurfaceConstraintID ( _
    ByVal index As Integer, _
    ByRef ppGuid As UID _
)
[C#]
public void GetSurfaceConstraintID (
    int index,
    ref UID ppGuid
);
[C++]
HRESULT GetSurfaceConstraintID(
  long index,
  IUID** ppGuid
);
[C++]
Parameters
index [in]

index is a parameter of type long ppGuid [out]
ppGuid is a parameter of type IUID**

Product Availability

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

Description

Returns the UID of the surface constraint specified by the index.
index is the input index.
ppGuid is the UID of the surface constraint.

See Also

ILasDataset Interface