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

In This Topic
    PlcTracking Property
    In This Topic
    Assigns a pin designation or index for PLC tracking.
    Syntax
    public string PlcTracking {get; set;}
    public:
    property String^ PlcTracking {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown when the pin of such index doesn't exist on the parent function .
    See Also