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


ITinFeatureEdit.CanMove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinFeatureEdit.CanMove Method

Checks if the embedded object can be relocated to a new location without creating spatial conflict.

[Visual Basic .NET]
Public Function CanMove ( _
    ByVal pSeed As ITinFeatureSeed, _
    ByVal dx As Double, _
    ByVal dy As Double, _
    ByVal spacing As Double _
) As Boolean
[C#]
public bool CanMove (
    ITinFeatureSeed pSeed,
    double dx,
    double dy,
    double spacing
);
[C++]
HRESULT CanMove(
  ITinFeatureSeed* pSeed,
  double dx,
  double dy,
  double spacing,
  VARIANT_BOOL* pbCanMove
);
[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 pbCanMove [out, retval] pbCanMove is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITinFeatureEdit Interface