C# Class AcTools.Render.Kn5Specific.Objects.RenderableListExtension

Mostrar archivo Open project: gro-ove/actools

Public Methods

Method Description
GetAllDummiesByName ( this list, string name ) : IEnumerable
GetByNameAll ( this list, string name ) : IEnumerable

Private Methods

Method Description
GetByName ( this list, string name ) : Kn5RenderableObject
GetDummyByName ( this list, string name ) : Kn5RenderableList

Method Details

GetAllDummiesByName() public static method

public static GetAllDummiesByName ( this list, string name ) : IEnumerable
list this
name string
return IEnumerable

GetByNameAll() public static method

public static GetByNameAll ( this list, string name ) : IEnumerable
list this
name string
return IEnumerable