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

BlobSplittingParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters for splitting region into blobs.

Constructors

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

Properties

 NameTypeDescription
ConnectivityFil.RegionConnectivity
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxAreaFtl.Optional<System.Int32>
MinAreaSystem.Int32
RemoveBoundaryBlobsSystem.Boolean

Methods

 NameDescription
CopyTo(Fil.BlobSplittingParams)
Dispose()Inherited from Fil.UnmanagedObject
Equals(Fil.BlobSplittingParams)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Fil.BlobSplittingParams)
ToString()Inherited from System.Object

Remarks

See also