CheckIn method
- Last UpdatedJul 23, 2024
- 1 minute read
Check in the gObjects in the collection.
Class
IgObjects
Syntax
[C#]
void CheckIn(
string CheckInComment
);
[Visual C++]
HRESULT CheckIn(
[in, optional] BSTR CheckInComment
);
Parameters
CheckInComment
The check-in comment.