Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewSegmentedLeaderGet
Function ProDrawingViewSegmentedLeaderGet
Description
Get the leader view of a segmented (total unfold) view
Synopsis
#include <ProDrawingView.h>
ProDrawingViewSegmentedLeaderGet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProView* leader_view
/* (Out)
Leader of the segmented view
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The function failed
Leader view was not found (e.g. 'view' is not actually segmented)
User Guide References
¿Fue esto útil?