 | WriteBackForCutListItem(String, String, String, String, String, String, String, Byte) Method |
Create Writeback for Cut-List field of a virtual component
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static WriteBack ForCutListItem(
string binaryTarget,
string virtualComponentPath,
string configuration,
string cutListFeatureName,
string attribute,
string value,
string ext = null,
byte[] extId = null
)
Public Shared Function ForCutListItem (
binaryTarget As String,
virtualComponentPath 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
- binaryTarget String
- Full path to target .SLDASM/.SLDPRT file, from which the actual virtual component can be obtained via virtualComponentPath.
- virtualComponentPath String
- Virtual path from the binaryTarget to the actual component; e.g. "Virtual^Asm1.sldasm\Virtual^Asm2.sldasm\Virtual^Prt1.sldprt"
- configuration String
- Target configuration of the virtualComponentPath
- cutListFeatureName String
- Name of the Cut-list Feature of the target virtualComponentPath in configuration configuration.
- attribute String
- Name of the target attribute
- value String
- Value to set
- ext String (Optional)
- Extension that "owns" the binaryTarget; null if no ownership.
- extId Byte (Optional)
- ext given ID for the binaryTarget; null if no ownership.
Return Value
WriteBackProperly initialized
WriteBack object.
See Also