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.