Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NDimensioningEngineeringShapeFactory Class / InitOrdinateMultipleShape Method


In This Topic
    InitOrdinateMultipleShape Method
    In This Topic
    Inits the ordinate multiple shapes.
    Syntax
    'Declaration
     
    
    Protected Friend Overridable Sub InitOrdinateMultipleShape( _
       ByVal group As NGroup, _
       ByVal horizontal As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDimensioningEngineeringShapeFactory
    Dim group As NGroup
    Dim horizontal As System.Boolean
     
    instance.InitOrdinateMultipleShape(group, horizontal)
    protected internal virtual void InitOrdinateMultipleShape( 
       NGroup group,
       System.bool horizontal
    )

    Parameters

    group
    horizontal
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also