DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Expand ModelModel
Expand ViewView
Collapse General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > API Reference > General Computing > IBlob_DG Go to ActiveX docs Search Documentation


IBlob_DG Interface

Represents a buffer of any data (byte array)

Properties

int Size

Methods

Load
Save
Copy
GetData
CopyBlob
Clone
IsSame

bool Load(String filePath)


bool Save(String filePath)


void Copy(Array data)

Elements in the data array must have byte type.


byte[] GetData()


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()


bool IsSame(IBlob_DG blob)