Graphisoft®

API Development KitVersion: 18

VectorImage::SetElements


Makes a copy of the input GSHandle and makes this copy the internal contents of the VectorImage.


GSErrCode  SetElements (
    GSHandle       elements
);

Parameters

elements
The memory handle containing the internals of the VectorImage.

Return value

If the function succeeds, the return value is NoError. If the function fails, the return value is the error code.

Description

You can set this handle into the VectorImage and then dispose the original.

Requirements

Version:API 10.0 or later, ModelerGraphics 8 or later
Library:ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
Header:VectorImage.hpp