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.