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


ISlopeScalingArguments.RemoveEdgeEffect Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISlopeScalingArguments Interface > ISlopeScalingArguments.RemoveEdgeEffect Property
ArcGIS Developer Help

ISlopeScalingArguments.RemoveEdgeEffect Property

Flag to remove seams from multi resolution datasets.

[Visual Basic .NET]
Public Property RemoveEdgeEffect As Boolean
[C#]
public bool RemoveEdgeEffect {get; set;}
[C++]
HRESULT get_RemoveEdgeEffect(
  Boolean* pRemoveEdgeEffect
);
[C++]
HRESULT put_RemoveEdgeEffect(
  VARIANT_BOOL pRemoveEdgeEffect
);
[C++]
Parameters
pRemoveEdgeEffect [out, retval]

pRemoveEdgeEffect is a parameter of type bool* pRemoveEdgeEffect [in]
pRemoveEdgeEffect is a parameter of type bool

Product Availability

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

See Also

ISlopeScalingArguments Interface