ICoordinateTransformationTransformT Method (IEnumerableT, Func, Boolean) |
Namespace:
Ptv.Components.Projections
Assemblies:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax void Transform<T>(
IEnumerable<T> enumerable,
Func getLocation,
bool setLocation
)
where T : class
Sub Transform(Of T As Class) (
enumerable As IEnumerable(Of T),
getLocation As Func,
setLocation As Boolean
)
generic<typename T>
where T : ref class
void Transform(
IEnumerable<T>^ enumerable,
Func^ getLocation,
bool setLocation
)
abstract Transform :
enumerable : IEnumerable<'T> *
getLocation : Func *
setLocation : bool -> unit when 'T : not struct
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableT
- getLocation
- Type: SystemFuncT, TResult
- setLocation
- Type: SystemBoolean
Type Parameters
- T
See Also