This document is archived and information here might be outdated. Recommended version. |
Indicates if non-leveling is enabled for the edge.
[Visual Basic .NET]
Public Property NonLeveling As Boolean
[C#]
public bool NonLeveling {get; set;}
[C++]
HRESULT get_NonLeveling(
Boolean* pNonLeveling
);
[C++]
HRESULT put_NonLeveling(
VARIANT_BOOL pNonLeveling
);
[C++] Parameters pNonLeveling [out, retval]
pNonLeveling is a parameter of type bool* pNonLeveling [in]
pNonLeveling is a parameter of type bool