SVGImportOptions.isHorizontalFlip Property
Parent Object:
SVGImportOptionsDefined in namespace "adsk::core" and the header file is <Core/Application/SVGImportOptions.h>
Description
Gets and sets if the SVG is flipped along the sketch X axis. This property defaults to false in a newly created SVGImportOptions object.
Syntax
"sVGImportOptions_var" is a variable referencing a SVGImportOptions object.
# Get the value of the property. propertyValue = sVGImportOptions_var.isHorizontalFlip
# Set the value of the property. sVGImportOptions_var.isHorizontalFlip = propertyValue
|
"sVGImportOptions_var" is a variable referencing a SVGImportOptions object.
#include <Core/Application/SVGImportOptions.h>
// Get the value of the property. boolean propertyValue = sVGImportOptions_var->isHorizontalFlip();
// Set the value of the property, where value_var is a boolean. bool returnValue = sVGImportOptions_var->isHorizontalFlip(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version October 2022