CadBlockPointParameter.BlockPointParameterList

CadBlockPointParameter.BlockPointParameterList property

Gets or sets the block point parameter list.

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

Property Value

The block point parameter list.

See Also