API Help
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint Class / NetDefinitionPoint Constructor / NetDefinitionPoint Constructor(SymbolReference,Int16,NetbasedRoutingSymbols)
The NetDefinitionPoint object will be created on the connection attached to this SymbolReference.
Index of the connection point (PinBase.Index) of the SymbolReference, where the connection is attached.
Set 'Yes' if routing symbol for netbased wiring should be used. The value can either be 'Yes', 'No', or it can be taken from the settings

In This Topic
    NetDefinitionPoint Constructor(SymbolReference,Int16,NetbasedRoutingSymbols)
    In This Topic
    Creates a NetDefinitionPoint object.
    Syntax

    Parameters

    pSymbolRef
    The NetDefinitionPoint object will be created on the connection attached to this SymbolReference.
    Index
    Index of the connection point (PinBase.Index) of the SymbolReference, where the connection is attached.
    routingSymbols
    Set 'Yes' if routing symbol for netbased wiring should be used. The value can either be 'Yes', 'No', or it can be taken from the settings
    Exceptions
    ExceptionDescription
    Thrown when a NetDefinitionPoint cannot be created.
    Thrown when null is given as a parameter.
    See Also