This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.GetSurfaceConstraintID Method (ArcObjects .NET 10.5 SDK) |
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
Returns the UID of the surface constraint specified by the index.
index is the input index.
ppGuid is the UID of the surface constraint.