ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.RemoveSurfaceConstraintByID Method

Removes the specified surface constraint from the dataset.

[Visual Basic .NET]
Public Sub RemoveSurfaceConstraintByID ( _
    ByVal pGuid As UID _
)
[C#]
public void RemoveSurfaceConstraintByID (
    UID pGuid
);
[C++]
HRESULT RemoveSurfaceConstraintByID(
  IUID* pGuid
);
[C++]

Parameters

pGuid [in]

  pGuid is a parameter of type IUID

Product Availability

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

See Also

ILasDatasetEdit Interface