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

In This Topic
    ARTICLE_INNERDIAMETER(Int32) Property
    In This Topic
    Inner diameter # 22128. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_INNERDIAMETER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_INNERDIAMETER {
       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. Internal diameter (in mm); entry is limited to 15 characters.

    See Also