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

Properties

int Size

Methods

Load
Save
Copy
CopyTo
CopyBlob
Clone

bool Load(String filePath)


bool Save(String filePath)


void Copy(Array data)

Elements in the data array must have byte type.


void CopyTo(Array data)

Elements in the data array must have byte type and must have length equal to this.GetSize().


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()