Nevron .NET Vision
Nevron.SmartShapes Namespace / NBezierCurveToRow Class / CreatePathCommand Method


In This Topic
    CreatePathCommand Method (NBezierCurveToRow)
    In This Topic
    Creates a path command, which represents this path command row type
    Syntax
    'Declaration
     
    
    Public Overrides Function CreatePathCommand() As NPathCommand
    'Usage
     
    
    Dim instance As NBezierCurveToRow
    Dim value As NPathCommand
     
    value = instance.CreatePathCommand()
    public override NPathCommand CreatePathCommand()
    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