Click or drag to resize

IJobElementManagerGetJobElementTypeMap Method

Retrieves the map of concrete types for each category that represents markable job elements.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IDictionary<Type, IList<Type>> GetJobElementTypeMap()

Return Value

IDictionaryType, IListType
The map containing a list of concrete types for each category.
See Also