This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointIDAware Interface > IPointIDAware.PointIDAware Property (ArcObjects .NET 10.4 SDK) |
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
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.