Click or drag to resize

DataBlockUtility Class

Auxiliary class for work with DataBlock.
Inheritance Hierarchy
SystemObject
  NeoAxisDataBlockUtility

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static class DataBlockUtility

The DataBlockUtility type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLoadFromRealFile(String) Loads the block from a file of real file system.
Public methodStatic memberLoadFromRealFile(String, String) Loads the block from a file of real file system.
Public methodStatic memberLoadFromVirtualFile(String) Loads the block from a file of virtual file system.
Public methodStatic memberLoadFromVirtualFile(String, String) Loads the block from a file of virtual file system.
Top
See Also