Get a Link Element by name
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public ICMSLinkElement GetLinkItem(
string linkName = "",
bool recursive = false
) |
| Visual Basic |
|---|
Public Function GetLinkItem (
Optional linkName As String = "",
Optional recursive As Boolean = false
) As ICMSLinkElement |
| Visual C++ |
|---|
public:
virtual ICMSLinkElement^ GetLinkItem(
String^ linkName = L"",
bool recursive = false
) sealed |
Return Value
Type:
ICMSLinkElementImplements
ICMSPage..::..GetLinkItem(String, Boolean)
See Also