ISIAPIRoutes Interface¶
Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll
COM CLSID: B4E925F0-B40E-4706-AFDF-C4B16C8AA89F
Declaration¶
Get an instance¶
Properties¶
Count¶
Type int
Code samples
this[]¶
Type ISIAPIRoute
Code samples
this[]¶
Type ISIAPIRoute
Code samples
Methods¶
RouteExists(string)¶
Queries whether a particular Route exists in the collection
Parameters
| Name | Type | Description |
|---|---|---|
routeName |
string |
Route name to query |
Returns bool - True, if a Route with the given name exists in the collection. False otherwise