Accusoft.ImagXpress13.Net
ToolGetAttribute Method




Tool to get the specific attribute from.
Specific attribute to get the value from.
Retrieves the value of a specific tool's attribute.
Syntax
'Declaration
 
Public Function ToolGetAttribute( _
   ByVal tool As Tool, _
   ByVal attribute As ToolAttribute _
) As Integer
'Usage
 
Dim instance As ImageXView
Dim tool As Tool
Dim attribute As ToolAttribute
Dim value As Integer
 
value = instance.ToolGetAttribute(tool, attribute)
public int ToolGetAttribute( 
   Tool tool,
   ToolAttribute attribute
)
public: int ToolGetAttribute( 
   Tool tool,
   ToolAttribute attribute
) 
public:
int ToolGetAttribute( 
   Tool tool,
   ToolAttribute attribute
) 

Parameters

tool
Tool to get the specific attribute from.
attribute
Specific attribute to get the value from.

Return Value

Value for that tool's attribute.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback