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


ITinFeatureEdit.CanDisplace Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinFeatureEdit.CanDisplace Method

Checks if the embedded object can be moved (continuously) to a new location without creating spatial conflict.

[Visual Basic .NET]
Public Function CanDisplace ( _
    ByVal pSeed As ITinFeatureSeed, _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal spacing As Double _
) As Boolean
[C#]
public bool CanDisplace (
    ITinFeatureSeed pSeed,
    double dx,
    double dy,
    double spacing
);
[C++]
HRESULT CanDisplace(
  ITinFeatureSeed* pSeed,
  double dx,
  double dy,
  double spacing
);
[C++]

Parameters pSeed [in]
pSeed is a parameter of type ITinFeatureSeed* dx [in]
dx is a parameter of type double dy [in]
dy is a parameter of type double spacing
spacing is a parameter of type double

Product Availability

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

See Also

ITinFeatureEdit Interface