IJobElementManagerGetJobElementTypeMap Method |
Retrieves the map of concrete types for each category that represents markable job elements.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIDictionary<Type, IList<Type>> GetJobElementTypeMap()
Return Value
IDictionaryType,
IListTypeThe map containing a list of concrete types for each category.
See Also