'Declaration
Public Sub ToolSetAttribute( _
ByVal As Tool, _
ByVal As ToolAttribute, _
ByVal As Integer _
)
'Usage
Dim instance As ImageXView
Dim tool As Tool
Dim attribute As ToolAttribute
Dim newValue As Integer
instance.ToolSetAttribute(tool, attribute, newValue)