CADability dotNET
Finds the IShowProperty object with the given help link (HelpLink). The help link is used as a kind of unique id. It is usually the the resource id for the label text. If the desired entry is not visible it will not be found. You will first have to open the sub entries of the parent entry (OpenSubEntries(IShowProperty, Boolean)).

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
IShowProperty FindFromHelpLink(
	string HelpLink
)
Visual Basic
Function FindFromHelpLink ( _
	HelpLink As String _
) As IShowProperty
Visual C++
IShowProperty^ FindFromHelpLink(
	String^ HelpLink
)

Parameters

HelpLink
Type: System..::..String
The help link for the desired entry

Return Value

The IShowProperty entry

See Also