Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
int32[] BodyPartList;
[VB.NET]
Property BodyPartList As Integer()
[Pascal]
under development
[C++]
void get_BodyPartList(std::vector<int32_t> &OutResult);
void set_BodyPartList(const std::vector<int32_t> &Value);
[PHP]
array of int32 get_BodyPartList()
void set_BodyPartList(array of int32|NULL $Value)
[Java]
int[] getBodyPartList();
void setBodyPartList(int[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum