This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.UseMinimumSlope Property (ArcObjects .NET 10.4 SDK) |
Indicates if the graph should use the minimum slope property.
[Visual Basic .NET] Public Property UseMinimumSlope As Boolean
[C#] public bool UseMinimumSlope {get; set;}
[C++]
HRESULT get_UseMinimumSlope(
VARIANT_BOOL* pUseMinimumSlope
);
[C++]
HRESULT put_UseMinimumSlope(
VARIANT_BOOL pUseMinimumSlope
);
[C++]
Parameters pUseMinimumSlope [out, retval] pUseMinimumSlope is a parameter of type VARIANT_BOOL pUseMinimumSlope [in] pUseMinimumSlope is a parameter of type VARIANT_BOOL