Eplan Platform API
Eplan.EplApi.MasterData Namespace / Properties Class
Members

In This Topic
    Properties Class
    In This Topic
    Properties is a class holding enums defining property ids. It also stores collections of all properties related to given DM API classes.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.Properties

    Syntax
    public class Properties 
    public ref class Properties 
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor. Should never be used. Always throws NotImplementedException. It was designed only for COM compatibility.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Returns array of all P8 properties id which can exist for MDPartsDatabaseItem objects.  
    Public Propertystatic (Shared in Visual Basic)Returns array of all P8 properties id which can exist for MDSymbolLibrary objects.  
    Public Propertystatic (Shared in Visual Basic)Returns array of all P8 properties id which can exist for MDSymbol objects.  
    Public Propertystatic (Shared in Visual Basic)Returns array of all P8 properties id which can exist for MDSymbolVariant objects.  
    Top
    See Also