DefaultBlock Method (DioFile)

Applies To

All

Purpose

Creates and returns reference to the default DioBlock object.

Syntax

[obDioGroup = ] Object.DefaultGroup

 

The DefaultBlock method syntax has the following parts:

Name

Type

Description

Object

DioFile

DioFile object

ObDioBlock

DioBlock

Reference to the default DioBlock object.

Comments

The default DioBlock object contains all the channels and all the steps currently in the DioFile object. For example, using this object the user can set all channels and steps to a specific value.

See the DioBlock object for details on the objects' methods and properties.

 

See Also

CreateBlock, DefaultGroup