 | WriteBack.ForDrawing Method |
Create Writeback for drawing field
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
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 String
- Full path to target .SLDDRW file
- 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