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


IFeatureServerInfo.AllowTrueCurvesUpdates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServerInfo Interface > IFeatureServerInfo.AllowTrueCurvesUpdates Property
ArcGIS Developer Help

IFeatureServerInfo.AllowTrueCurvesUpdates Property

.

[Visual Basic .NET]
Public ReadOnly Property AllowTrueCurvesUpdates As Boolean
[C#]
public bool AllowTrueCurvesUpdates {get;}
[C++]
HRESULT get_AllowTrueCurvesUpdates(
  Boolean* allows
);
[C++]
Parameters
allows [out, retval]

allows is a parameter of type bool*

Product Availability

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

See Also

IFeatureServerInfo Interface