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


ILasDatasetEdit.RemoveSurfaceConstraintByID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface > ILasDatasetEdit.RemoveSurfaceConstraintByID Method
ArcGIS Developer Help

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.

Description

Removes the surface constraint specified by the input UID.

pGuid is the UID of the input surface constraint to be removed. This method is handy when the feature class is not available on disk anymore.

See Also

ILasDatasetEdit Interface