ArcObjects Library Reference (GeoDatabaseExtensions)  

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.

See Also

ILasDataset Interface