PCBI_BarcodeHandlerCreateBarcodeObject Method

Creates an IODBObject from the given polygon on given layer.

Definition

Namespace: PluginBarcode
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public void CreateBarcodeObject(
	IPolyClass polygon,
	IODBLayer layer,
	string name,
	IODBObject replace
)

Parameters

polygon  IPolyClass
Polygon to convert to IODBObject
layer  IODBLayer
Layer on which to place object
name  String
Cad conform name for the object
replace  IODBObject
If not null, this will be replaced with the new object instead of creating an entirely new one.

See Also