TBoolVectorValue::IntVectorValue Property

__declspec(property(get = GetIntVectorValue, put = SetIntVectorValue)) TVecInt*IntVectorValue;

Returns value as Bool vector.

Read: TVecInt *GetIntVectorValue();
Write: void SetIntVectorValue(TVecInt *Value);
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler