Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of clusters to use for compression.
Definition
Visual Basic Public ReadOnly Property NumberClusters As Integer C# public int NumberClusters { get; } C++ public:
property int NumberClusters {
int get();
}JScript public function get NumberClusters() : int
Property Value
System.Int32
An integer that represents the number of clusters to use for compression.This property is read-only.