Gets the geometric instance ids corresponding to the part instance id in the context of the convert call.
DO NOT MODIFY this array in place, this results in undefined behavior.
geometric instance ids represented by the part instance id.Gets the rendering flag of the part instance result.
If the convert was called with the pRetrieveStatusFlags as true, then getPartInstanceFlag returns the status flag of the part instance, else 0 is returned.
The PartInstanceInfoStatusFlag of the given part instance.
The DocumentIdResultInterface interface stores a correspondence
part instance id<=>geometric instance ids. This correspondence is contained in the result of a convert call. Eachpart instance idrefers to apart instancethat is linked to the metadata document identified by themetadata document idin the result of a convert call (actually a SearchDocumentResultInterface, getDocumentId). Such apart instance idis in the filtering context that was used when calling convert.metadata document idsare retrieved after a search request (see Search) from a getDocumentId call.or asynchronously :
Please make sure the destination browser supports promises before using async calls.
See