API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_CABLEDISPLAYFORM Property / ARTICLE_CABLEDISPLAYFORM(Int32) Property

In This Topic
    ARTICLE_CABLEDISPLAYFORM(Int32) Property
    In This Topic
    Cable assignment diagram form # 22034. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_CABLEDISPLAYFORM( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_CABLEDISPLAYFORM {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Shows the form to be used for the cable assignment diagram. When selecting a part the contents of this property are transferred to the main function. For the report, only those cables are considered which are assigned a form in the property "Cable assignment diagram form". All other cables are ignored.

    See Also