CadBlockLinearParameter.BlockLinearParameterList

CadBlockLinearParameter.BlockLinearParameterList property

Gets or sets the block linear parameter list.

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

Property Value

The block linear parameter list.

See Also