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)
這是否有幫助?