BACnet.Explorer.Core.Plugins.Tabs.TrendLogInfoTab.Active C# (CSharp) Méthode

Active() public méthode

Determines whether this page should be created for an object
public Active ( ObjectInfo objectInfo ) : bool
objectInfo ObjectInfo The object info
Résultat bool
        public bool Active(ObjectInfo objectInfo)
        {
            return objectInfo.ObjectIdentifier.Type == (ushort)ObjectType.TrendLog;
        }
TrendLogInfoTab