Nevron .NET Vision
Nevron.Diagram Namespace / NGuidelineCollection Class / EnumInstantiatableTypes Method


In This Topic
    EnumInstantiatableTypes Method (NGuidelineCollection)
    In This Topic
    Overriden to return an array containing the types of the NHorizontalGuideline and NVerticalGuideline
    Syntax
    'Declaration
     
    
    Public Overrides Function EnumInstantiatableTypes() As System.Type()
    'Usage
     
    
    Dim instance As NGuidelineCollection
    Dim value() As System.Type
     
    value = instance.EnumInstantiatableTypes()
    public override System.Type[] EnumInstantiatableTypes()
    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