CADability dotNET
Determins whether the given IShowProperty LookForThis is one of the root ShowProperties.

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

Syntax

C#
bool HasTopLevelShowProperty(
	IShowProperty LookForThis
)
Visual Basic
Function HasTopLevelShowProperty ( _
	LookForThis As IShowProperty _
) As Boolean
Visual C++
bool HasTopLevelShowProperty(
	IShowProperty^ LookForThis
)

Parameters

LookForThis
Type: CADability.UserInterface..::..IShowProperty
look for this IShowProperty object

Return Value

true, if LookForThis is a root ShowProperty, false otherwise

See Also