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