DGKC Control Documentation


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


IArrayBool_DG Interface

All indices in DG Kenel are 0-based

A standalone array can be created vith a IObjectGenerator_DG.Create<IArrayBool_DG>() call.

Properties

int Count { get; }

Methods

GetAt
SetAt
InsertAt
Add
RemoveAt
RemoveAll
Find
Copy
Append

int GetCount()


bool GetAt(int index)


void SetAt(int index, bool val)


void InsertAt(int indexAt, bool val)


void Add(bool val)


void RemoveAt(int index)


void RemoveAll()


int Find(bool val)

Returns -1 if not found


void Copy(IArrayBool_DG iArray)


void Append(IArrayBool_DG iArray)