TVectorValue::Value Property

__declspec(property(get = GetValue, put = SetVectorValue)) TVec*Value;

Read: TVec *GetValue();
Write: void SetVectorValue(TVec *Value);
Declared in Dew::Math::TVectorValue · Dew.Math/MtxParseClass.h · Cross-compiler