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
Constructor | Description | |
---|---|---|
![]() | SplittingParams(Int32, Int32, Nullable<Int32>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.SplittingParams | |
![]() | IsDefault | System.Boolean | |
![]() | MaxArea | System.Nullable<System.Int32> | Maximal area of a resulting blob. |
![]() | MaxDistance | System.Int32 | Maximum distance between two blobs that will cause merging them into one. |
![]() | MinArea | System.Int32 | Minimal area of a resulting blob. |
Methods
Name | Description | |
---|---|---|
![]() | 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 |