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


INetworkLoader3.UseXYsForSnapping Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader3 Interface > INetworkLoader3.UseXYsForSnapping Property
ArcGIS Developer Help

INetworkLoader3.UseXYsForSnapping Property

Indicates if the feature classes are snapped on XY plane.

[Visual Basic .NET]
Public WriteOnly Property UseXYsForSnapping
[C#]
public void UseXYsForSnapping {set;}
[C++]
HRESULT put_UseXYsForSnapping(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

Description

UseXYsForSnapping specifies whether the feature classes will be snapped in the x,y during creation.  This property replaces the CanChangeGeometry paramerter on the AddFeatureClass method as of 10.0.

See Also

INetworkLoader3 Interface