CadBlockAction.BlockActionParameterList

CadBlockAction.BlockActionParameterList property

Gets or sets the block action parameter list.

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

Property Value

The block action parameter list.

See Also