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


IMdDiagramProperties.MinimumSlopePercent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.MinimumSlopePercent Property
ArcGIS Developer Help

IMdDiagramProperties.MinimumSlopePercent Property

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(
  System.Int32* 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

Product Availability

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

See Also

IMdDiagramProperties Interface