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


IPartIDAware.PartIDAware Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPartIDAware Interface > IPartIDAware.PartIDAware Property
ArcGIS Developer Help

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(
  Boolean* idAware
);
[C++]
HRESULT put_PartIDAware(
  VARIANT_BOOL idAware
);
[C++]
Parameters
idAware [out, retval]

idAware is a parameter of type bool* idAware
idAware is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPartIDAware Interface