Click or drag to resize

CadMLeaderContextDataBlockTransformationMatrixList Property

Gets or sets the block transformation matrix list.

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public List<CadDoubleParameter> BlockTransformationMatrixList { get; set; }

Property Value

Type: ListCadDoubleParameter
The block transformation matrix list.
See Also