Click or drag to resize

PointScattererLinkPath.Item Property

Gets the IServiceProvider at the specified index.

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

Parameters

index
Type: System.Int32
The index into the LinkPath

Return Value

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