This document is archived and information here might be outdated.  Recommended version.


IAreaSeriesProperties.StairsInvert Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAreaSeriesProperties Interface > IAreaSeriesProperties.StairsInvert Property
ArcGIS Developer Help

IAreaSeriesProperties.StairsInvert Property

Indicates if "stair" mode area series is inverted.

[Visual Basic .NET]
Public Property StairsInvert As Boolean
[C#]
public bool StairsInvert {get; set;}
[C++]
HRESULT get_StairsInvert(
  Boolean* bInvert
);
[C++]
HRESULT put_StairsInvert(
  VARIANT_BOOL bInvert
);
[C++]
Parameters
bInvert [out, retval]

bInvert is a parameter of type bool* bInvert [in]
bInvert is a parameter of type bool

Product Availability

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

See Also

IAreaSeriesProperties Interface