Share

BrowserNodeDefinition.Label Property

Parent Object: BrowserNodeDefinition

Description

Property that gets the label of the BrowserNode. This is the string that is displayed to the user. In the case of BuiltIns, this Label is really a reflection of the corresponding name held by the underlying data - for example, a Sketch or a WorkPlane object. In order to set the Label of a ClientBrowserNodeDefinition, see SetLabel on that object.

Syntax

BrowserNodeDefinition.Label() As String

Property Value

This is a read only property whose value is a String.

Version

Introduced in version 8

Was this information helpful?