public new ArticleReferencePropertyList Properties {get;}
public: new property ArticleReferencePropertyList^ Properties { ArticleReferencePropertyList^ get(); }
public new ArticleReferencePropertyList Properties {get;}
public: new property ArticleReferencePropertyList^ Properties { ArticleReferencePropertyList^ get(); }
ArticleReferencePropertyList
have another ids than these from parent object or in the 'Part reference data' tab in GUI. In order to use the same ids as in GUI, please use parent object ids (see the first example).articleReference.ParentObject.Properties[Properties.Function.FUNC_ARTICLE_NOTE, 1] = "ARTICLE_NOTE3"; string note = articleReference.ParentObject.Properties[Properties.Function.FUNC_ARTICLE_NOTE, 1];
articleReference.Properties[Properties.ArticleReference.ARTICLE_NOTE] = "note"; string note = articleReference.Properties[Properties.ArticleReference.ARTICLE_NOTE];