|
SetVector |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall SetVector(long Handle, void* VSource, int Index, TData Style);
Pascal declaration
function SetVector(Handle: LongInt; VSource: Pointer; Index: Integer; Style: TData): Integer; stdcall;
writing a vector to the model.
IN → Handle : Model handle.
IN → Target : Destination buffer (cf. TData). It is a table of double or long, depending on the style.
IN → Index : Vector index (cf. TData)
IN → Style Vector to write
Return → 0 if OK oor error code.