Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDConnectionCategory Structure
Members

MDConnectionCategory Structure
Represents connection category
Inheritance Hierarchy

System.Object
   System.ValueType
      Eplan.EplApi.MasterData.MDConnectionCategory

Syntax
public struct MDConnectionCategory : System.ValueType 
Remarks
There are 2 kinds of connection categories : * build in, stored as strings in resources * user-defined, stored internally as multi-langual strings in setting COMPANY.PartsManagementGui.TypeOfTerminal To access default connection category of a MDConnectionPointInfo, please use MDConnectionPointInfo.ConnectionCategoryDefault property To access connection category of a MDConnectionPointPosition, please use MDConnectionPointInfo.ConnectionCategory property
Public Constructors
 NameDescription
Public ConstructorInitializes new connection category with internal number  
Top
Public Properties
 NameDescription
Public PropertyInternal representation of connection category (as a long value)  
Public PropertyRepresentation of connection category as a mult-lang string  
Public PropertyRepresentation of connection category as a string  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates new connection category at specific position  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a list of possible categories of connections.  
Public MethodRemoves user-defined category  
Public MethodReturns a string that represents the current object.  
Top
See Also