TIntVectorValue::Value Property

__declspec(property(get = GetValue, put = SetIntVectorValue)) TVecInt*Value;

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