CustomGraphicsLines.lineStylePattern Property

Parent Object: CustomGraphicsLines
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsLines.h>

Description

The line style to apply to the line. The default is to draw a continuous line.

Syntax

"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.

# Get the value of the property.
propertyValue = customGraphicsLines_var.lineStylePattern

# Set the value of the property.
customGraphicsLines_var.lineStylePattern = propertyValue
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
#include <Fusion/Graphics/CustomGraphicsLines.h>

// Get the value of the property.
LineStylePatterns propertyValue = customGraphicsLines_var->lineStylePattern();

// Set the value of the property, where value_var is a LineStylePatterns.
bool returnValue = customGraphicsLines_var->lineStylePattern(value_var);

Property Value

This is a read/write property whose value is a LineStylePatterns.

Version

Introduced in version September 2017