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


IMdDiagramProperties.UseMinimumSlope 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.UseMinimumSlope Property
ArcGIS Developer Help

IMdDiagramProperties.UseMinimumSlope Property

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(
  Boolean* pUseMinimumSlope
);
[C++]
HRESULT put_UseMinimumSlope(
  VARIANT_BOOL pUseMinimumSlope
);
[C++]
Parameters
pUseMinimumSlope [out, retval]

pUseMinimumSlope is a parameter of type bool* pUseMinimumSlope [in]
pUseMinimumSlope is a parameter of type bool

Product Availability

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

See Also

IMdDiagramProperties Interface