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


ISlopeScalingArguments.RemoveEdgeEffect Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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