This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayEdge Interface > IMdDisplayEdge.NonLeveling Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pNonLeveling
);
[C++]
HRESULT put_NonLeveling(
VARIANT_BOOL pNonLeveling
);
[C++]
Parameters pNonLeveling [out, retval] pNonLeveling is a parameter of type VARIANT_BOOL pNonLeveling [in] pNonLeveling is a parameter of type VARIANT_BOOL