AFCase Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of an AFCase.
Overload List
| Name | Description | |
|---|---|---|
| AFCase(AFAnalysis) |
Initializes a new instance of an AFCase with default values.
| |
| AFCase(AFAnalysis, AFElementTemplate) |
Initializes a new instance of an AFCase with the specified AFElementTemplate.
| |
| AFCase(AFAnalysis, AFTime) |
Initializes a new instance of an AFCase with the specified start time.
| |
| AFCase(AFAnalysis, AFTimeRuleEvent) |
Initializes a new instance of an AFCase with its start and end times defined by
an AFTimeRuleEvent.
| |
| AFCase(AFAnalysis, AFTime, AFElementTemplate) |
Initializes a new instance of an AFCase with specified start time and
AFElementTemplate.
| |
| AFCase(AFAnalysis, AFTime, AFTime) |
Initializes a new instance of an AFCase with the specified start and end times.
| |
| AFCase(AFAnalysis, AFTimeRuleEvent, Boolean) |
Initializes a new temporary instance of an AFCase with its start and end times defined by
an AFTimeRuleEvent.
| |
| AFCase(AFAnalysis, AFTime, AFTime, AFElementTemplate) |
Initializes a new instance of an AFCase with specified start and end times and
AFElementTemplate.
| |
| AFCase(AFAnalysis, AFTime, AFTime, AFElementTemplate, Boolean) |
Initializes a new temporary instance of an AFCase with specified start and end times and
AFElementTemplate.
|
See Also
In This Topic
Related Links
- AFCase Constructor (AFAnalysis)
- AFCase Constructor (AFAnalysis, AFElementTemplate)
- AFCase Constructor (AFAnalysis, AFTime)
- AFCase Constructor (AFAnalysis, AFTimeRuleEvent)
- AFCase Constructor (AFAnalysis, AFTime, AFElementTemplate)
- AFCase Constructor (AFAnalysis, AFTime, AFTime)
- AFCase Constructor (AFAnalysis, AFTimeRuleEvent, Boolean)
- AFCase Constructor (AFAnalysis, AFTime, AFTime, AFElementTemplate)
- AFCase Constructor (AFAnalysis, AFTime, AFTime, AFElementTemplate, Boolean)