  | WriteBackForCutListItem(String, String, String, String, String, String, Byte) Method | 
            Create Writeback for Cut-List property field
            
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static WriteBack ForCutListItem(
	string file,
	string configuration,
	string cutListFeatureName,
	string attribute,
	string value,
	string ext = null,
	byte[] extId = null
)
Public Shared Function ForCutListItem ( 
	file As String,
	configuration As String,
	cutListFeatureName As String,
	attribute As String,
	value As String,
	Optional ext As String = Nothing,
	Optional extId As Byte() = Nothing
) As WriteBack
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
WriteBackProperly initialized 
WriteBack object.
See Also