GridReprojectorSetTarget Method (GridReprojectorGridInfo) |
Fully specify the target gridinfo
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetTarget(
GridReprojectorGridInfo gridInfo
)
Public Sub SetTarget (
gridInfo As GridReprojectorGridInfo
)
public:
void SetTarget(
GridReprojectorGridInfo^ gridInfo
)
member SetTarget :
gridInfo : GridReprojectorGridInfo -> unit
Parameters
- gridInfo
- Type: DHI.ProjectionsGridReprojectorGridInfo
See Also