This document is archived and information here might be outdated. Recommended version. |
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
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.