|
|
|
N_SV_getO
Returns the object of a subject-verb sequence
or an entity's attribute value.
| pObj = N_SV_getO (pSub, pVb, int x=1) |
| Dir |
Type |
Par |
Description |
| in |
int* |
pSub |
Subject/entity/thing. |
| in |
int* |
pVb |
Verb/attribute/property. |
| in |
int |
x |
Indicates which value. |
| return |
int* |
pObj |
Object/value. NULL if none. |
Notes:
An subject-verb sequence can have multiple objects.
An entity's attribute can have multiple values.
Example:
Sample Code
Related:
N_AncOf_b,
N_ClsInst_get,
N_create,
N_delete,
N_deleteDescs,
N_isSys_b,
N_Name_get,
N_Name_getEx,
N_Name_setWithAStr,
N_Str_getNamed,
N_SVO_getElem,
N_SV_getO,
N_SVO_set,
N_EA_setV_wAStr
|