VS:IsLBDisplayHier

From Vectorworks Developer
Revision as of 14:34, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.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 heirarchically.

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]]