API Help
Eplan.EplApi.DataModel Namespace / Pin Class / Potential Property

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