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


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

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

Product Availability

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

See Also

IMdDiagramProperties Interface