ArcObjects Library Reference (Geoprocessing)  

IMdDisplayEdge.NonLeveling Property

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

Product Availability

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

See Also

IMdDisplayEdge Interface