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.