- Object Type Objects (with Category) based on Object Type Chain
Based on previous article associated Mathematics Model, it'll be pretty straight forward to plug in Category information into ObjectTypeObject Mathematics Model
/*
/* Purpose: A POC approach (Mathematics Model) for Object Type Objects based on Object Type Chain
/* Inputs:
/* modelName: Casewise Model Name
/* objectTypeChain: Object Type Chain (unlimited layers)
/* Returns:
/* (a table valued) ObjectTypeObject
/*
get objectTypeChainTip
If objectTypeChainTip belongs to User Defined
get Object Type Object ID, TYPE, NAME based on User Defined
Else
get Object Type Object ID, TYPE, NAME based on POLDAT
End
get categorytProperty based on above TYPE
Return returnResults (ObjectTypeObject with Category)
No comments:
Post a Comment