You are here: Start » FIL.NET » PathFittingField Class
PathFittingField Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
The structure defines a field in which a path will be fitted.
Constructors
Constructor | Description | |
---|---|---|
![]() | PathFittingField(IList<Point2D>, Boolean, Single) | |
![]() | PathFittingField(Path) | |
![]() | PathFittingField(Path, Single) | |
![]() | PathFittingField(PathFittingField) | Creates a deep copy of the passed object. |
![]() | PathFittingField() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Axis | FilNet.Path | |
![]() | IsDisposed | System.Boolean | |
![]() | Width | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.PathFittingField) | |
![]() ![]() | Equals(FilNet.PathFittingField, FilNet.PathFittingField) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.PathFittingField) | Resets this instance with data of the other PathFittingField object. |
![]() | ToString() | Inherited from System.Object |