Click or drag to resize

PointScattererLinkPath.ConstructInstance Method

Constructs a new instance from a LinkPath.

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

Parameters

linkPath
Type: AGI.Foundation.Access.LinkPath
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