You are here: Start » FIL.NET » SplittingParams Structure

SplittingParams Structure

Namespace:FilNet
Assembly:FIL.NET.TS.dll

This structure contains parameters for splitting region into blobs.

Constructors

 ConstructorDescription
SplittingParams(Int32, Int32, Nullable<Int32>)

Properties

 NameTypeDescription
DefaultFilNet.SplittingParams
IsDefaultSystem.Boolean
MaxAreaSystem.Nullable<System.Int32>Maximal area of a resulting blob.
MaxDistanceSystem.Int32Maximum distance between two blobs that will cause merging them into one.
MinAreaSystem.Int32Minimal area of a resulting blob.

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(FilNet.SplittingParams)
Equals(FilNet.SplittingParams, FilNet.SplittingParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also