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


ITopologicalOperator2.IsKnownSimple Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITopologicalOperator2 Interface