'Declaration
Public Overridable Function CanConvertTo( _ ByVal type As PathCommandType _ ) As System.Boolean
'Usage
Dim instance As NPathCommandRow Dim type As PathCommandType Dim value As System.Boolean value = instance.CanConvertTo(type)
public virtual System.bool CanConvertTo( PathCommandType type )
Parameters
- type