C#
VB
Java
Objective-C
WinRT C#
C++
Sets and gets an array of Leadtools.RasterColor values that represent the initial centers of the clusters. Used whenever the Type is KMeans_UserDefined input clusters.
public RasterColor[] InCenters { get; set; }
Public Property InCenters As Leadtools.RasterColor()
public [Leadtools.RasterColor[]](../l/rastercolor.md) InCenters {get; set;}
@property (nonatomic, strong, nullable) NSArray<LTRasterColor *> *inCenters
public void setInCenters(ArrayList<RasterColor> value)
<br/>get_InCenters();<br/>set_InCenters(value);<br/>Object.defineProperty('InCenters');
public:
property Leadtools.array<RasterColor>^ InCenters {
Leadtools.array<RasterColor>^ get();
void set ( Leadtools.array<RasterColor>^ );
}
An array of Leadtools.RasterColor values that represent the initial centers of the clusters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET