PointScattererLinkPathItem Property |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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