| DfsAbstractItemBuilderSetReferenceCoordinates Method  | 
            Sets reference coordinates.
            
            Optional. If not set, default values of 0 are used.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic void SetReferenceCoordinates(
	float x,
	float y,
	float z
)
Public Sub SetReferenceCoordinates ( 
	x As Single,
	y As Single,
	z As Single
)
public:
void SetReferenceCoordinates(
	float x, 
	float y, 
	float z
)
member SetReferenceCoordinates : 
        x : float32 * 
        y : float32 * 
        z : float32 -> unit 
Parameters
- x
 - Type: SystemSingle
 - y
 - Type: SystemSingle
 - z
 - Type: SystemSingle
 
See Also