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


IClassificationDialog.SetData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface > IClassificationDialog.SetData Method
ArcGIS Developer Help

IClassificationDialog.SetData Method

Sets data to the dialog via an array of values.

[Visual Basic .NET]
Public Sub SetData ( _
    ByVal doubleArrayValues As Object _
)
[C#]
public void SetData (
    object doubleArrayValues
);

Product Availability

Available with ArcGIS Desktop.

See Also

IClassificationDialog Interface