Eplan Platform API
Eplan.EplApi.DataModel Namespace / Pin Class / PinPotential Property

In This Topic
    PinPotential Property
    In This Topic
    Assigns a PotentialType to the Pin.
    Syntax
    public PinPotentialType PinPotential {get; set;}
    public:
    property PinPotentialType PinPotential {
       PinPotentialType get();
       void set (    PinPotentialType value);
    }
    See Also