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
Syntaxpublic List<CadDoubleParameter> BlockTransformationMatrixList { get; set; }Public Property BlockTransformationMatrixList As List(Of CadDoubleParameter)
Get
Set
public:
property List<CadDoubleParameter^>^ BlockTransformationMatrixList {
List<CadDoubleParameter^>^ get ();
void set (List<CadDoubleParameter^>^ value);
}member BlockTransformationMatrixList : List<CadDoubleParameter> with get, set
Property Value
Type:
ListCadDoubleParameter
The block transformation matrix list.
See Also