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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property should no longer be used and is only available with old EPLAN versions for reasons of compatibility. Mechanical model for EMI that is stored at a part. This is the basis for carrying data from EPLAN EMI over to AutoCAD Inventor.

    See Also