This document is archived and information here might be outdated. Recommended version. |
Indicates if this geometry is aware of normals.
[Visual Basic .NET] Public Property NormalAware As Boolean
[C#] public bool NormalAware {get; set;}
[C++]
HRESULT get_NormalAware(
Boolean* NormalAware
);
[C++]
HRESULT put_NormalAware(
VARIANT_BOOL NormalAware
);
[C++]
Parameters NormalAware [out, retval]
NormalAware is a parameter of type bool* NormalAware
NormalAware is a parameter of type bool