Search
FlowChart.GetDefLibShape Method
See Also
 



( a feature of FlowChartX Pro edition)

Gets the default shape of new boxes of the bsLibShape Style.

 Syntax

VB6  Copy Code

Public Sub GetDefLibShape( _
    ByRef libGUID As String, _
    ByRef shape As Long _
)

C++  Copy Code

public:
void GetDefLibShape (
    BSTR* libGUID,
    int* shape
)

 Parameters

libGUID
The unique id of a shape library, which provides the default shape.
shape
The index of the default shape in its library.

 Remarks

Gets the default custom shape for boxes, as it was previously set with SetDefLibShape.

 See Also