'DeclarationPublic Overridable Function CanConvertTo( _ ByVal type As PathCommandType _ ) As System.Boolean
'UsageDim 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