API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_DEPTH Property / ARTICLE_DEPTH(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Please note that setting this property on article reference has no effect.

    See Also