Click or drag to resize
AB4D logo

RenderingStepsListFindLast Method

Overload List
 NameDescription
Public methodFindLast(String, Boolean) Returns the last RenderingStep with the specified specified name. If the RenderingStep is not found, then null is returned.
Public methodFindLastT(Boolean) Returns the last RenderingStep of the specified T type. If the RenderingStep is not found, then null is returned.
Public methodFindLastT(String, Boolean) Returns the last RenderingStep of the specified T type and specified name. If the RenderingStep is not found, then null is returned.
Top
See Also