C#
VB
C++
Returns the elements keys for the specified entity.
public string[] GetEntityElements(
string entityKey
)
Function GetEntityElements( _
ByVal entityKey As String _
) As String()
array<String^>^ GetEntityElements(
String^ entityKey
)
entityKey
The entity key System.String which elements keys will be returned.
An array of System.String objects for all the elements keys for an entity in the catalog.
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