MeshBuilderSetProjection Method (IDfsProjection) |
Set the projection to use for the mesh
Namespace: DHI.Generic.MikeZero.DFS.meshAssembly: 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:
void SetProjection(
IDfsProjection^ projection
)
member SetProjection :
projection : IDfsProjection -> unit
Parameters
- projection
- Type: DHI.Generic.MikeZero.DFSIDfsProjection
See Also