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


IMdDiagramProperties.MinimumSlopePercent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IMdDiagramProperties Interface