CadBlockLinearGripAttribute140 Property |
Gets or sets the attribute 140.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects.Blocks
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadDoubleParameter Attribute140 { get; set; }Public Property Attribute140 As CadDoubleParameter
Get
Set
public:
property CadDoubleParameter^ Attribute140 {
CadDoubleParameter^ get ();
void set (CadDoubleParameter^ value);
}member Attribute140 : CadDoubleParameter with get, set
Property Value
Type:
CadDoubleParameter
The attribute 140.
See Also