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

BlobSplittingParams Structure

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

This structure contains parameters for splitting region into blobs.

Constructors

 ConstructorDescription
BlobSplittingParams(RegionConnectivity, Int32, Nullable<Int32>, Boolean)

Properties

 NameTypeDescription
ConnectivityFilNet.RegionConnectivityType of connectivity used for splitting region into blobs
DefaultFilNet.BlobSplittingParams
IsDefaultSystem.Boolean
MaxAreaSystem.Nullable<System.Int32>Maximal area of a resulting blob
MinAreaSystem.Int32Minimal area of a resulting blob
RemoveBoundaryBlobsSystem.BooleanFlag indicating whether blobs on border of domain should be removed

Methods

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

Remarks

See also