DfsuBuilderSetProjection Method |
Set the geographical projection
Namespace: DHI.Generic.MikeZero.DFS.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void SetProjection(
IDfsProjection projection
)
Public Sub SetProjection (
projection As IDfsProjection
)
public:
virtual void SetProjection(
IDfsProjection^ projection
) sealed
abstract SetProjection :
projection : IDfsProjection -> unit
override SetProjection :
projection : IDfsProjection -> unit
Parameters
- projection
- Type: DHI.Generic.MikeZero.DFSIDfsProjection
Implements
IDfsuBuilderSetProjection(IDfsProjection)
See Also