API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_CREEPAGEDISTANCE Property / ARTICLE_CREEPAGEDISTANCE(Int32) Property

In This Topic
    ARTICLE_CREEPAGEDISTANCE(Int32) Property
    In This Topic
    Plugs: Creepage distance # 22097. This property isn't indexed.
    Syntax
    public MDPropertyValue ARTICLE_CREEPAGEDISTANCE( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CREEPAGEDISTANCE {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. The creepage distance is defined as the shortest distance along the surface of an insulator between two conducting parts. This insulation does not depend on the length of voltage load.

    See Also