CADability dotNET
Liefert den darzustellenden InfoText, ggf. abhängig von der Positionsnummer und dem Level (wie ausführlich)

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

Syntax

C#
string GetInfoText(
	int Index,
	InfoPopup..::..InfoLevelMode Level
)
Visual Basic
Function GetInfoText ( _
	Index As Integer, _
	Level As InfoPopup..::..InfoLevelMode _
) As String
Visual C++
String^ GetInfoText(
	int Index, 
	InfoPopup..::..InfoLevelMode Level
)

Parameters

Index
Type: System..::..Int32
Die Positionsnummer aus GetPositionIndex
Level
Type: CADability.UserInterface..::..InfoPopup..::..InfoLevelMode
Der Level (0: einfach, 1: ausführlich)

Return Value

Der darzustellende Text

See Also