Click or drag to resize
SoLinePatternElementGetDefaultScaleFactor Method

Returns the default line pattern scale factor.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static int GetDefaultScaleFactor()

Return Value

Type: Int32
Remarks

A multiplier for each bit in the line pattern. If factor is 3, for example, each bit in the pattern will be used three times before the next bit in the pattern is used. The factor parameter is clamped to the range [1, 256] and defaults to 1.

See Also