AFFile Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new AFFile instance.
Overload List
| Name | Description | |
|---|---|---|
| AFFile |
Initializes a new AFFile instance with default values that is not owned by another object.
| |
| AFFile(AFFile) |
This is the copy constructor which creates a new AFFile
object with the same values as the specified AFFile object.
| |
| AFFile(AFObject) |
Initializes a new AFFile instance with default values that is owned by
the specified AFObject.
|