PCBI_BarcodeHandlerCreateBarcodeObject Method
Creates an IODBObject from the given polygon on given layer.
Namespace: PluginBarcodeAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
public void CreateBarcodeObject(
IPolyClass polygon,
IODBLayer layer,
string name,
IODBObject replace
)
Public Sub CreateBarcodeObject (
polygon As IPolyClass,
layer As IODBLayer,
name As String,
replace As IODBObject
)
public:
void CreateBarcodeObject(
IPolyClass^ polygon,
IODBLayer^ layer,
String^ name,
IODBObject^ replace
)
member CreateBarcodeObject :
polygon : IPolyClass *
layer : IODBLayer *
name : string *
replace : IODBObject -> unit
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.