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


ISlopeScalingArguments.RemoveEdgeEffect Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* pRemoveEdgeEffect
);
[C++]
HRESULT put_RemoveEdgeEffect(
  VARIANT_BOOL pRemoveEdgeEffect
);
[C++]

Parameters pRemoveEdgeEffect [out, retval] pRemoveEdgeEffect is a parameter of type VARIANT_BOOL pRemoveEdgeEffect [in] pRemoveEdgeEffect is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISlopeScalingArguments Interface