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


IPartIDAware.PartIDAware Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IPartIDAware.PartIDAware Property

Indicates if this geometry is aware of part IDs.

[Visual Basic .NET]
Public Property PartIDAware As Boolean
[C#]
public bool PartIDAware {get; set;}
[C++]
HRESULT get_PartIDAware(
  VARIANT_BOOL* idAware
);
[C++]
HRESULT put_PartIDAware(
  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.

See Also

IPartIDAware Interface