Skip to main content

OpenTD .NET4 reference 2025 R2

OpenTD.IDbIterator Interface Reference

Last update: 16.07.2025

Use to iterate through the AutoCAD database, getting entities such as nodes, conics, etc. More...

Inheritance diagram for OpenTD.IDbIterator:
OpenTD.XRefDBIterator

Public Member Functions

bool Done ()
 Returns true at the end of the database.
 
void Step ()
 Steps the pointer to the next position in the database.
 
dynamic DbObject ()
 Returns the object at the current database position.
 

Detailed Description

Use to iterate through the AutoCAD database, getting entities such as nodes, conics, etc.

Member Function Documentation

◆ DbObject()

dynamic OpenTD.IDbIterator.DbObject ( )

Returns the object at the current database position.

Implemented in OpenTD.XRefDBIterator.

◆ Done()

bool OpenTD.IDbIterator.Done ( )

Returns true at the end of the database.

Implemented in OpenTD.XRefDBIterator.

◆ Step()

void OpenTD.IDbIterator.Step ( )

Steps the pointer to the next position in the database.

Implemented in OpenTD.XRefDBIterator.


The documentation for this interface was generated from the following file:
  • C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/DbIterator.cs

Connect with Ansys