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