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


IGraphicSnapEnvironment.SnapShape Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicSnapEnvironment Interface > IGraphicSnapEnvironment.SnapShape Method
ArcGIS Developer Help

IGraphicSnapEnvironment.SnapShape Method

Snap the shape using the agents in the environment.

[Visual Basic .NET]
Public Sub SnapShape ( _
    ByVal Shape As IGeometry _
)
[C#]
public void SnapShape (
    IGeometry Shape
);
[C++]
HRESULT SnapShape(
  IGeometry* Shape
);
[C++]
Parameters
Shape [in]

Shape is a parameter of type IGeometry*

Product Availability

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

See Also

IGraphicSnapEnvironment Interface