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

In This Topic
    ARTICLE_STROKELENGTH(Int32) Property
    In This Topic
    Length of stroke # 22129. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_STROKELENGTH( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_STROKELENGTH {
       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. Length of stroke (in mm), entry is limited to 15 characters.

    See Also