ForRenderingByHeight

CadOptions.ForRenderingByHeight method

Initializes an instance of the CadOptions class for rendering by height.

public static CadOptions ForRenderingByHeight(int height)
Parameter Type Description
height Int32 The height of the output result (in pixels).

Return Value

New instance of the CadOptions class for rendering by height.

Exceptions

exception condition
ArgumentException Thrown when height is less or equal to zero.

Remarks

For code example, see the documentation.

See Also