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
Constructor | Description | |
---|---|---|
![]() | BlobSplittingParams(RegionConnectivity, Int32, Nullable<Int32>, Boolean) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Connectivity | FilNet.RegionConnectivity | Type of connectivity used for splitting region into blobs |
![]() ![]() | Default | FilNet.BlobSplittingParams | |
![]() | IsDefault | System.Boolean | |
![]() | MaxArea | System.Nullable<System.Int32> | Maximal area of a resulting blob |
![]() | MinArea | System.Int32 | Minimal area of a resulting blob |
![]() | RemoveBoundaryBlobs | System.Boolean | Flag indicating whether blobs on border of domain should be removed |
Methods
Name | Description | |
---|---|---|
![]() | 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 |