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


IPointIDAware.PointIDAware 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.PointIDAware Property
ArcGIS Developer Help

IPointIDAware.PointIDAware Property

Indicates whether or not the geometry is aware of and capable of handling PointIDs.

[Visual Basic .NET]
Public Property PointIDAware As Boolean
[C#]
public bool PointIDAware {get; set;}
[C++]
HRESULT get_PointIDAware(
  Boolean* idAware
);
[C++]
HRESULT put_PointIDAware(
  VARIANT_BOOL idAware
);
[C++]
Parameters
idAware [out, retval]

idAware is a parameter of type bool* idAware
idAware is a parameter of type bool

Product Availability

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

Description

Returns or sets the PointID Awareness state of the geometry object.  If PointIDAware is TRUE, then the object will recognize that it has PointID attributes and perform operations on them as necessary.  If PointIDAware is FALSE, the object will ignore PointIDs while performing operations.

See Also

IPointIDAware Interface