Click or drag to resize

PointScattererLinkPathConstructInstance Method

Constructs a new instance from a LinkPath.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PointScattererLinkPath ConstructInstance(
	LinkPath linkPath
)

Parameters

linkPath
Type: AGI.Foundation.AccessLinkPath
Each link in the link path parameter must have a Transmitter and Receiver which can provide the IPointScattererService service, except for the first and last link. The first link must only have a Receiver which provides the IPointScattererService service and the last link must only have a Transmitter which provides the IPointScattererService service.

Return Value

Type: PointScattererLinkPath
A valid instance or null.
See Also