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


ILasDatasetEdit.RemoveSurfaceConstraint 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.RemoveSurfaceConstraint Method
ArcGIS Developer Help

ILasDatasetEdit.RemoveSurfaceConstraint Method

Removes the specified surface constraint from the dataset.

[Visual Basic .NET]
Public Sub RemoveSurfaceConstraint ( _
    ByVal pFeatureClass As IFeatureClass _
)
[C#]
public void RemoveSurfaceConstraint (
    IFeatureClass pFeatureClass
);
[C++]
HRESULT RemoveSurfaceConstraint(
  IFeatureClass* pFeatureClass
);
[C++]
Parameters
pFeatureClass [in]

pFeatureClass is a parameter of type IFeatureClass*

Product Availability

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

Description

Removes the surface constraint specified by the input feature class.

pFeatureClass is the input surface constraint to be removed. If the feature class is not available on disk anymore, consider using ILasDatasetEdit.RemoveSurfaceConstraintByID to remove the surface constraint from the las dataset.

See Also

ILasDatasetEdit Interface