DG Kernel (ActiveX) Documentation


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


IBlob_DG Interface

GetSize
SetSize
Load
Save
Copy
CopyTo
CopyBlob
Clone

int GetSize()


void SetSize(int bytes)


bool Load(String filePath)


bool Save(String filePath)


void Copy(SAFEARRAY data)


void CopyTo(SAFEARRAY data)

The target array must have length equal to this.GetSize()


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()