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


IPartIDAware.PartIDSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPartIDAware Interface > IPartIDAware.PartIDSimple Property
ArcGIS Developer Help

IPartIDAware.PartIDSimple Property

Indicates if all part ID values for this geometry are well-defined. Only works if geometry is aware of part IDs.

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

idSimple is a parameter of type bool*

Product Availability

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

See Also

IPartIDAware Interface