Save method
- Last UpdatedJul 23, 2024
- 1 minute read
Saves the object.
Class
IInstance
Syntax
[C#]
void Save();
[Visual C++]
// Saves the object after it's configured.
// Object must be checked out.
HRESULT Save();
Saves the object.
IInstance
[C#]
void Save();
[Visual C++]
// Saves the object after it's configured.
// Object must be checked out.
HRESULT Save();