PointScattererLinkPathConstructInstance Method |
Constructs a new instance from a
LinkPath.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static PointScattererLinkPath ConstructInstance(
LinkPath linkPath
)
Public Shared Function ConstructInstance (
linkPath As LinkPath
) As PointScattererLinkPath
public:
static PointScattererLinkPath^ ConstructInstance(
LinkPath^ linkPath
)
static member ConstructInstance :
linkPath : LinkPath -> PointScattererLinkPath
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:
PointScattererLinkPathA valid instance or null.
See Also