AFTimeRule.SupportsChildTimeRule Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Note: This API is now obsolete.
Determines if the specified AFPlugIn supports adding child time rules.
Namespace: OSIsoft.AF.Time
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
[BrowsableAttribute(false)] [ObsoleteAttribute("Child TimeRules are not supported.")] public static bool SupportsChildTimeRule( AFPlugIn plugIn )
<BrowsableAttribute(false)> <ObsoleteAttribute("Child TimeRules are not supported.")> Public Shared Function SupportsChildTimeRule ( plugIn As AFPlugIn ) As Boolean Dim plugIn As AFPlugIn Dim returnValue As Boolean returnValue = AFTimeRule.SupportsChildTimeRule(plugIn)
public: [BrowsableAttribute(false)] [ObsoleteAttribute(L"Child TimeRules are not supported.")] static bool SupportsChildTimeRule( AFPlugIn^ plugIn )
[<BrowsableAttribute(false)>] [<ObsoleteAttribute("Child TimeRules are not supported.")>] static member SupportsChildTimeRule : plugIn : AFPlugIn -> bool
Parameters
- plugIn
- Type: OSIsoft.AFAFPlugIn
The AFPlugIn to check if it supports adding child time rules.
Return Value
Type: BooleanReturns if the specified plugIn supports adding child time rules.
Remarks
A plugin can be marked with the AFTimeRuleSupportsChildTimeRuleAttribute on the
implementation of the AFTimeRule to indicate that it supports adding
child time rules.
Version Information
AFSDK
Supported in: 2.5, 2.4Obsolete (compiler warning) in 3.1.1
Obsolete (compiler warning) in 3.1.0
Obsolete (compiler warning) in 3.0.2
Obsolete (compiler warning) in 3.0.1
Obsolete (compiler warning) in 3.0.0
Obsolete (compiler warning) in 2.10.11
Obsolete (compiler warning) in 2.10.5
Obsolete (compiler warning) in 2.10.0
Obsolete (compiler warning) in 2.10
Obsolete (compiler warning) in 2.9.5
Obsolete (compiler warning) in 2.9
Obsolete (compiler warning) in 2.8.5
Obsolete (compiler warning) in 2.8
Obsolete (compiler warning) in 2.7.5
Obsolete (compiler warning) in 2.7
Obsolete (compiler warning) in 2.6