Click or drag to resize
dyostem api documentation

NewBlockBlockData Property

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

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.

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public List<NewBlockData> BlockData { get; set; }

Property Value

Type: ListNewBlockData
See Also