Click or drag to resize

WriteBack Properties

The WriteBack type exposes the following members.

Properties
 NameDescription
Public propertyAttribute Attribute to write to.
Public propertyConfigration Target configuration. Empty for Document Properties and for drawings.
Public propertyCutListItem Name of the Cutlist feature in Feature Manager Tree. Null if not targeting CutListItem with this writeback.
Public propertyExt Identifying name of the CTExtension that owns the File by id ExtFileID via its FileHandlerExtension. Null or empty if no extension owns the File.
Public propertyExtFileID Id of the file as known by Ext.
Public propertyFile The actually binary file the write back needs file access. Setter is public only to allow WriteBackHandler to update it based on Ext and ExtFileID.
Public propertyPreferDocPropTarget Original value for model property has been empty, so prefer writeback to document properties IF configuration specific attribute doesn't exist.
Public propertyTarget Target type of this writeback,
Public propertyValue Value to write
Public propertyVirtualComponentPath Null in case the File is the target component. Virtual path from the file to the component otherwise.; e.g. "Virtual^Asm1.sldasm\Virtual^Asm2.sldasm\Virtual^Prt1.sldprt"
Top
See Also