IResultLine Interface

Represents a result line

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IResultLine : IHaveIndex

The IResultLine type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertySegment
Gets the segment of the result line
Top
Methods
  NameDescription
Public methodGetElement1DInfo
Returns the information about IElement1D at a given ResultLineSide
Public methodGetElement2DInfo
Returns the information about IElement2D at a given ResultLineSide
Top
See Also