C#
VB
C++
Returns the element keys for the specified entity.
public virtual string[] GetEntityElements(
string entityKey
)
Public Overridable Function GetEntityElements( _
ByVal entityKey As String _
) As String()
public:
virtual array<String^>^ GetEntityElements(
String^ entityKey
)
entityKey
The entity key System.String whose element keys will be returned.
An array of System.String for all the element 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