Click or drag to resize
SoCGMVectorOutputSetVersion Method (Int32)

Sets the version of the output CGM file.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetVersion(
	int vers
)

Parameters

vers
Type: SystemInt32
Remarks

The default version is 1.

  • When the version of CGM is less than 3, the setLineEndStyle(), getLineEndStyle(), setLineJoinStyle(), getLineJoinStyle(), setMiterLimit(), and getMiterLimit() methods have no effect on the output.

  • In versions 1 and 2 of CGM, dashed line patterns are default patterns defined by CGM (solid, dash, dot, dash-dot, dash-dot-dot).

See Also