Click or drag to resize
dyostem api documentation

NewBlock Class

[This is preliminary documentation and is subject to change.]

A NewBlock to create.
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataNewBlock

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class NewBlock

The NewBlock type exposes the following members.

Constructors
  NameDescription
Public methodNewBlock
Initializes a new instance of the NewBlock class
Top
Properties
  NameDescription
Public propertyBlockData
A list of NewBlockData to set for the new block. Each required NewBlockData should be defined. See the GetBlockDataTypes(String) command result to see which block data types are required.
Public propertyBlockName
The name of the block to create
Top
See Also