ArcObjects Library Reference (Geometry)  

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(
  VARIANT_BOOL* idAware
);
[C++]
HRESULT put_PointIDAware(
  VARIANT_BOOL idAware
);
[C++]

Parameters

idAware [out, retval]   idAware is a parameter of type VARIANT_BOOL idAware   idAware is a parameter of type VARIANT_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

.NET Related Topics

How to add point IDs to a polyline