This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDatasetEdit Interface > ILasDatasetEdit.RemoveSurfaceConstraint Method (ArcObjects .NET 10.5 SDK) |
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
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.