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


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

IPointIDAware.PointIDSimple Property

Indicates if all PointID values for this geometry are well-defined. Only works if geometry is aware of PointIDs.

[Visual Basic .NET]
Public ReadOnly Property PointIDSimple As Boolean
[C#]
public bool PointIDSimple {get;}
[C++]
HRESULT get_PointIDSimple(
  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.

Description

PointIDSimple is TRUE when all of the PointIDs are well defined (not equal to 0).  If any PointIDs equal 0, PointIDSimple is FALSE.

See Also

IPointIDAware Interface