DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationAbstract.Method | Methods | Properties
Classification method; NaturalBreaks by default.
// C# public TGIS_ClassificationMethod Method { get {} set {} }
' VisualBasic Public Property Method As TGIS_ClassificationMethod Get End Get Set(ByVal value As TGIS_ClassificationMethod) End Set End Property
// Oxygene public property Method : TGIS_ClassificationMethod read read;