'Declaration
Public Function GetShapeByName( _ ByVal name As System.String _ ) As NSmartShape
'Usage
Dim instance As NSmartShapeCollection Dim name As System.String Dim value As NSmartShape value = instance.GetShapeByName(name)
public NSmartShape GetShapeByName( System.string name )
Parameters
- name