API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CABLEAUTOCREATED Property / FUNC_CABLEAUTOCREATED(Int32) Property

In This Topic
    FUNC_CABLEAUTOCREATED(Int32) Property
    In This Topic
    Automatically generated # 20059. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_CABLEAUTOCREATED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_CABLEAUTOCREATED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Shows if a function was generated by an automatic run (e.g., automatically generated cables). If you deactivate this property, the function is seen as manually generated and not changed during automatic processing.

    See Also