API Help
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint Class / NetConnectionPoints Property

In This Topic
NetConnectionPoints Property
In This Topic
Returns all PinBase objects of NetDefinitionPoint
Syntax
public PinBase[] NetConnectionPoints {get;}

Property Value

All PinBases defined in NetDefinitionPoint
Remarks
NetConnectionPoints are PinBases taken from SymbolReference. Location of NetConnectionPoints is relative to the symbol's insertion point.
See Also