This document is archived and information here might be outdated. Recommended version. |
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.