 | WriteBackForDrawing Method |
Create Writeback for drawing field
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic static WriteBack ForDrawing(
string file,
string attribute,
string value,
string ext = null,
byte[] extId = null
)
Public Shared Function ForDrawing (
file As String,
attribute As String,
value As String,
Optional ext As String = Nothing,
Optional extId As Byte() = Nothing
) As WriteBack
Parameters
- file
- Type: SystemString
Full path to target .SLDDRW file - 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:
WriteBackProperly initialized
WriteBack object.
See Also