VS:IsLBDisplayHier

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns whether the indicated list browser is set to display items hierarchically. One column in the list browser can be set to display names hierarchically.

FUNCTION IsLBDisplayHier(
dialogID :LONGINT;
componentID :LONGINT) : BOOLEAN;
def vs.IsLBDisplayHier(dialogID, componentID):
    return BOOLEAN

Parameters

dialogID LONGINT The id of the dialog containing the list browser.
componentID LONGINT The id of the list browser.

Version

Availability: from Vectorworks 2013

See Also

VS Functions:

VS:EnableLBHierDisplay

VS Functions: [[VS:EnableLBHierDisplay]]