ArcFM Mobile Developer Guide
Indeterminate Property (IFeederInfo<TKey>)


Version: 10.2.1b

Resource Center Home

Gets or sets a value indicating whether this IFeederInfo<TKey> is indeterminate device.
Syntax
'Declaration
 
Property Indeterminate As Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As Boolean
 
instance.Indeterminate = value
 
value = instance.Indeterminate
bool Indeterminate {get; set;}

Property Value

true if indeterminate; otherwise, false.
Remarks
Indeterminate devices are any open switchable device which may tie multiple feeders together. Indeterminate devices limit the scope of Feeder Manager 2 realtime traces to improve performance. Feeder information for an indeterminate device is unknown until a call is made FeederInfoProvider.GetFeederInfo.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

 

 


Send Comment