vg4->object->has_instances()
Return whether an object-ID has one or more instances.
SYNTAX
VG_BOOL
vg4->object->has_instances(const char *objid, int subid)
FUNCTION PARAMETERS
objid | Object-ID |
subid | Sub-ID for object-ID, or 0 = don't check sub-ID |
RETURN VALUE
Returns boolean:
- VG_TRUE: Yes
- VG_FALSE: No
DESCRIPTION
Return whether an object-ID has one or more instances.
SEE ALSO