API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_LOGICMODEL Property / SYMB_LOGICMODEL(Int32) Property

In This Topic
    SYMB_LOGICMODEL(Int32) Property
    In This Topic
    Target tracking # 16010. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_LOGICMODEL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_LOGICMODEL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The logic model is stored for "virtual" functions, such as T-nodes and corner nodes. Target tracking determines the direction of the "paths" from one device to another for automatic reports.

    See Also