IJobElementManagerGetJobElementType Method |
Retrieves the list of concrete types for a given category that represents markable job elements.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIList<Type> GetJobElementType(
Type categoryType
)
Parameters
- categoryType Type
[Missing <param name="categoryType"/> documentation for "M:RAYLASE.Marker.JobElement.IJobElementManager.GetJobElementType(System.Type)"]
Return Value
IListTypeThe list of concrete types for the given category.
ExceptionsException | Condition |
---|
ApplicationException | The category is not a markable job element category. |
See Also