Method | Description | |
---|---|---|
DeselectAllUndoable ( this selMgr ) : IDisposable | ||
GetAllSelectedObjects ( this selMgr ) : IReadOnlyList | ||
GetObjectSelections ( this selMgr ) : IEnumerable |
||
GetSelectedObjects ( this selMgr, Func |
Get selected objects filtered by type and mark
|
public static DeselectAllUndoable ( this selMgr ) : IDisposable | ||
selMgr | this | |
return | IDisposable |
public static GetAllSelectedObjects ( this selMgr ) : IReadOnlyList | ||
selMgr | this | |
return | IReadOnlyList |
public static GetObjectSelections ( this selMgr ) : IEnumerable |
||
selMgr | this | |
return | IEnumerable |
public static GetSelectedObjects ( this selMgr, Func |
||
selMgr | this | |
filter | Func |
bool]]> if null then the default is true |
return | IReadOnlyList |