AFFile Constructor
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|