Returns a human readable value for an element in an entity.
public string GetEntityElementDisplayName(
string entityKey,
string elementKey
)
Function GetEntityElementDisplayName( _
ByVal entityKey As String, _
ByVal elementKey As String _
) As String
String^ GetEntityElementDisplayName(
String^ entityKey,
String^ elementKey
)
entityKey
The entity key System.String which the element belongs to.
elementKey
The element key System.String for which the friendly name will be returned.
A System.String representing the friendly name for the element.
For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET