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


ITopologicalOperator2.IsKnownSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalOperator2 Interface > ITopologicalOperator2.IsKnownSimple Property
ArcGIS Developer Help

ITopologicalOperator2.IsKnownSimple Property

Indicates whether this geometry is known (or assumed) to be topologically correct.

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

is a parameter of type bool

Product Availability

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

See Also

ITopologicalOperator2 Interface