| MeshBuilderSetProjection Method (String) | 
            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(
	string projection
)
Public Sub SetProjection ( 
	projection As String
)
public:
void SetProjection(
	String^ projection
)
member SetProjection : 
        projection : string -> unit 
Parameters
- projection
 - Type: SystemString
 
See Also