Click or drag to resize

WriteBackForCutListItem(String, String, String, String, String, String, Byte) Method

Create Writeback for Cut-List property field

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static WriteBack ForCutListItem(
	string file,
	string configuration,
	string cutListFeatureName,
	string attribute,
	string value,
	string ext = null,
	byte[] extId = null
)

Parameters

file  String
Full path to target .SLDASM/.SLDPRT file.
configuration  String
Target configuration
cutListFeatureName  String
Name of the Cut-list Feature.
attribute  String
Name of the target attribute
value  String
Value to set
ext  String  (Optional)
Extension that "owns" the file; null if no ownership.
extId  Byte  (Optional)
ext given ID for the file; null if no ownership.

Return Value

WriteBack
Properly initialized WriteBack object.
See Also