Click or drag to resize

PointScattererLinkPathItem Property

Gets the IServiceProvider at the specified index.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index into the LinkPath

Return Value

Type: IServiceProvider
The IServiceProvider at the specified index.
See Also