'Declaration
Function SupportsAttribute( _ ByVal attributeId As UInteger _ ) As Boolean
'Usage
Dim instance As ILocalNode Dim attributeId As UInteger Dim value As Boolean value = instance.SupportsAttribute(attributeId)
bool SupportsAttribute( uint attributeId )
bool SupportsAttribute( uint attributeId )
Parameters
- attributeId
- The attribute identifier.
Return Value
True if the node supports the attribute.