Click or drag to resize

ILinkSubdivisionService Interface

A service which provides an evaluator for subdividing an ILinkService into sub-segments.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ILinkSubdivisionService

The ILinkSubdivisionService type exposes the following members.

Methods
  NameDescription
Public methodGetLinkSubdivisionEvaluator
Gets an evaluator that, given a time, produces a list of distances along the link from the transmitter to the receiver which will define the sub-segments of the overall link.
Top
See Also