VectorGraphicPathSetData Method |
Sends a proprietary information that could be used to perform a custom action specific to the capability of the scan controller hardware.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual BaseMetafileCommand SetData(
SetDataMetafileCommandCode code,
string message,
IList<double> data = null
)
Parameters
- code SetDataMetafileCommandCode
- The command code.
- message String
- The serialized data of the command.
- data IListDouble (Optional)
- Payload of the command.
Return Value
BaseMetafileCommandThe generated metafile command to store proprietary information.
See Also