CadBlock1PtParameters.BlockParameterList

CadBlock1PtParameters.BlockParameterList property

Gets or sets the block parameter list.

public List<CadParameter> BlockParameterList { get; set; }

Property Value

The block parameter list.

See Also