DfsDLLWrapperUtildfsGetItemSpatialAxis Method  | 
 
            Get the spatial axis for the item pointer to by the itemPointer
 
    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)
Syntaxpublic static IDfsSpatialAxis dfsGetItemSpatialAxis(
	IntPtr itemPointer
)
Public Shared Function dfsGetItemSpatialAxis ( 
	itemPointer As IntPtr
) As IDfsSpatialAxis
public:
static IDfsSpatialAxis^ dfsGetItemSpatialAxis(
	IntPtr itemPointer
)
static member dfsGetItemSpatialAxis : 
        itemPointer : IntPtr -> IDfsSpatialAxis 
Parameters
- itemPointer
 - Type: SystemIntPtr
 
Return Value
Type: 
IDfsSpatialAxis
See Also