public bool SetAttribs(ServiceHandle serviceHandle, string className, PackageAttribPairs attribPairs); public bool SetAttribs(string className, PackageAttribPairs attribPairs);
Parameters |
Description |
ServiceHandle serviceHandle |
The ServiceHandle for communcating with the smartpen |
string className |
The class name of the penlet to set the attributes |
PackageAttribPairs attribPairs |
Attributes to be set to the penlet |
true indicates success