PointScattererLinkPathItem Property  | 
  
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IServiceProvider this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As IServiceProvider
	Get
public:
property IServiceProvider^ default[int index] {
	IServiceProvider^ get (int index);
}member Item : IServiceProvider with get
Parameters
- index
 - Type: SystemInt32
The index into the LinkPath 
Return Value
Type: 
IServiceProviderThe 
IServiceProvider at the specified index.
See Also