CADability dotNET
Returns the info text to be displayed in the [!:InfoPopup].

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

Syntax

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

Parameters

Level
Type: CADability.UserInterface..::..InfoPopup..::..InfoLevelMode
Requested info level (simple info or detailed info)

Return Value

The info string

See Also