MDConnectionCategory Structure
In This Topic
Represents connection category
Inheritance Hierarchy
System.Object
System.ValueType
Eplan.EplApi.MasterData.MDConnectionCategory
Syntax
Public Constructors
Public Properties
| Name | Description |
| AsLong | Internal representation of connection category (as a long value) |
| AsMultiLangString | Representation of connection category as a mult-lang string |
| AsString | Representation of connection category as a string |
Top
Public Methods
| Name | Description |
| Create | Overloaded. Creates new connection category at specific position |
| GetAll | Overloaded. Returns a list of possible categories of connections. |
| Remove | Removes user-defined category |
| ToString | Returns a string that represents the current object. |
Top
See Also