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