Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDWireTemplatePosition Class / PotentialType Property

In This Topic
    PotentialType Property
    In This Topic
    The potential type of the wire template
    Syntax
    public PinPotentialType PotentialType {get; set;}
    public:
    property PinPotentialType PotentialType {
       PinPotentialType get();
       void set (    PinPotentialType value);
    }
    See Also