oa_types_info default constructor
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This is the default constructor for oa_types_info that initializes all the class members to null or DAMOBJ_NOTSET.
oa_types_info()
{
this((String)null, ip.DAMOBJ_NOTSET, (long)ip.DAMOBJ_NOTSET, null, null, null, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, ip.DAMOBJ_NOTSET, (String)null);
}