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


IClassificationDialog.SetData Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoUI)  

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