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: 16.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