Message 1 of 6
Custum property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I am customizing a VB.net add-in for the first time.
I downloaded the MyFirstInventorAddin-master tool from AlexFielder “Github” forum.
Now try to adjust this to my wishes. I'm running into the following problem
I cannot read the “Custom Properties” properties
When I read line 1098 I go to the summer properties (image 1)
1098 myiPropsForm.tbRevNo.Text = iProperties.GetorSetStandardiProperty(DocumentToPulliPropValuesFrom, PropertiesForSummaryInformationEnum.kRevisionSummaryInformation, "", "")
When I read line 1100 I have to go to the cusum Properties (fig2) but then I get an error at the moment
Can anyone help me to solve this.