This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAreaSeriesProperties Interface > IAreaSeriesProperties.Stairs Property (ArcObjects .NET 10.5 SDK) |
Indicates if area series is in "stair" mode.
[Visual Basic .NET] Public Property Stairs As Boolean
[C#] public bool Stairs {get; set;}
[C++]
HRESULT get_Stairs(
VARIANT_BOOL* bStairs
);
[C++]
HRESULT put_Stairs(
VARIANT_BOOL bStairs
);
[C++]
Parameters bStairs [out, retval] bStairs is a parameter of type VARIANT_BOOL bStairs [in] bStairs is a parameter of type VARIANT_BOOL