This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.MinimumSlopePercent Property (ArcObjects .NET 10.5 SDK) |
The minimum slope percent of the diagram properties object.
[Visual Basic .NET] Public Property MinimumSlopePercent As Integer
[C#] public int MinimumSlopePercent {get; set;}
[C++]
HRESULT get_MinimumSlopePercent(
long* pMinimumSlopePercent
);
[C++]
HRESULT put_MinimumSlopePercent(
long pMinimumSlopePercent
);
[C++]
Parameters pMinimumSlopePercent [out, retval] pMinimumSlopePercent is a parameter of type long pMinimumSlopePercent [in] pMinimumSlopePercent is a parameter of type long