ArcObjects Library Reference (NetworkAnalysis)  

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 VARIANT_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