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

SplittingParams Class

Namespace:Fil
Assembly:FilNet.Types.dll

This structure contains parameters for splitting region into blobs.

Constructors

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

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
MaxAreaFtl.Optional<System.Int32>
MaxDistanceSystem.Int32
MinAreaSystem.Int32

Methods

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

Remarks

See also