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

In This Topic
    IsExtern Property
    In This Topic
    Qualify the Pin is extern or intern.
    Syntax
    public bool IsExtern {get; set;}
    public:
    property bool IsExtern {
       bool get();
       void set (    bool value);
    }
    See Also