BlockRecordScaleUniformly Property
|
Gets or sets if the block must be scaled uniformly.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ScaleUniformly { get; set; }
Public Property ScaleUniformly As Boolean
Get
Set
public:
property bool ScaleUniformly {
bool get ();
void set (bool value);
}
member ScaleUniformly : bool with get, set
PROPERTY ScaleUniformly AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
This property is only compatible with dxf version AutoCad2007 and upwards.
See Also