A3DMkpLinkForAdditionalMarkupReferenceGet
-
A3DStatus
A3DMkpLinkForAdditionalMarkupReferenceGet(const A3DMkpMarkup *pMarkup, A3DUns32 *puiLinkedItemsSize, A3DMiscMarkupLinkedItem ***pppLinkedItems) A3DStatusA3DMkpLinkForAdditionalMarkupReferenceGet(constA3DMkpMarkup* pMarkup,A3DUns32* puiLinkedItemsSize,A3DMiscMarkupLinkedItem* **pppLinkedItems)Get links corresponding to the
A3DMkpMarkupadditional references such as element defining the toleranced line for line profile.This function allocates and returns an array of
A3DMiscMarkupLinkedItem. To free the allocated array, the function must be called again with pMarkup as NULL.Parameters
pMarkup: The
A3DMkpMarkupentity to get linked item list from. If NULL, pppLinkedItems is freed instead of being allocated.puiLinkedItemsSize: The number of
A3DMiscMarkupLinkedItemin the resulting array.pppLinkedItems: The resulting array.
Returns
A3D_SUCCESSon success, or an error code on failure