DfsDLLWrapperUtildfsGetItemSpatialAxis Method |
Get the spatial axis for the item pointer to by the itemPointer
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 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