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

In This Topic
    IsSourceOrTarget Property
    In This Topic
    Gets/Sets pin's SourceOrTarget.
    Syntax
    public Pin.SourceOrTarget IsSourceOrTarget {get; set;}
    public:
    property Pin.SourceOrTarget IsSourceOrTarget {
       Pin.SourceOrTarget get();
       void set (    Pin.SourceOrTarget value);
    }
    See Also