Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CanCreateShape Method


In This Topic
    CanCreateShape Method (NShapesFactory)
    In This Topic
    Creates a new instance of the shape with the specified name
    Syntax
    'Declaration
     
    
    Public Overridable Function CanCreateShape( _
       ByVal name As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim name As System.String
    Dim value As System.Boolean
     
    value = instance.CanCreateShape(name)
    public virtual System.bool CanCreateShape( 
       System.string name
    )

    Parameters

    name
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also