Click or drag to resize

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

Create Writeback for Cut-List property field

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

Parameters

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

Return Value

Type: WriteBack
Properly initialized WriteBack object.
See Also