Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphPart Class / GetPartType Method


In This Topic
    GetPartType Method (NGraphPart)
    In This Topic
    Must override to define the part type
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetPartType() As GraphPartType
    'Usage
     
    
    Dim instance As NGraphPart
    Dim value As GraphPartType
     
    value = instance.GetPartType()
    public abstract GraphPartType GetPartType()
    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