Value Objects

Overview

value objects.

Function List

ohObjectPropertyNames ()
ohObjectPropertyValues ()
ohObjectPropertyValues2 ()

Function Documentation

ohObjectPropertyNames

vector<string> returnValue
ohObjectPropertyNames(
string ObjectId
any Trigger)
Description:

retrieve the property names of a given object.

Supported Platforms:

Excel

Parameters
ObjectIdid of existing ObjectHandler::Object object
Triggerdependency tracking trigger

ohObjectPropertyValues

vector<any> returnValue
ohObjectPropertyValues(
string ObjectId
vector<string> PropertyName
any Trigger)
Description:

retrieve the value(s) of one or more named properties.

Supported Platforms:

Excel

Parameters
ObjectIdid of existing ObjectHandler::Object object
PropertyNameproperty name(s) to be queried.
Triggerdependency tracking trigger

ohObjectPropertyValues2

any returnValue
ohObjectPropertyValues2(
string ObjectId
string PropertyName
any Trigger)
Description:

Duplicate of ohObjectPropertyValues for C++ platform where looping functions are not supported.

Supported Platforms:

C++

Parameters
ObjectIdid of existing ObjectHandler::Object object
PropertyNameproperty name to be queried.
Triggerdependency tracking trigger