MDSymbolConnectionPoint Class
In This Topic
This class represents one connection point of a symbol variant. It's defined with a location an a direction.
Inheritance Hierarchy
System.Object
Eplan.EplApi.MasterData.MDSymbolConnectionPoint
Syntax
public class MDSymbolConnectionPoint
public ref class MDSymbolConnectionPoint
Public Properties
| Name | Description |
| Direction | Returns the direction of the connection point. |
| Location | Returns the location of the connection point. |
Top
Public Methods
| Name | Description |
| Remove | Removes the connection point from the symbol variant. |
Top
See Also