Click or drag to resize

ApiLocationToolsCircleToPolygon Method

Converts a specified zone from a circle to a polygon

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void CircleToPolygon(
	ObjectProxy aZone,
	int aNumPoints = 72
)

Parameters

aZone
Type: Articy.ApiObjectProxy
The specified ZoneObject to convert
aNumPoints (Optional)
Type: SystemInt32
Int value to specify the number of points used. Default value is set to 72
See Also