Click or drag to resize

DfsDLLWrapperUtildfsSetItemSpatialAxis Method

Set the spatial axis on the item pointer to by itemPointer based on the spatialAxis

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void dfsSetItemSpatialAxis(
	IntPtr itemPointer,
	IDfsSpatialAxis spatialAxis
)

Parameters

itemPointer
Type: SystemIntPtr
Pointer to item, must be valid
spatialAxis
Type: DHI.Generic.MikeZero.DFSIDfsSpatialAxis
Spatial axis to set
See Also