ArcObjects Library Reference (GeoDatabaseExtensions)  

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