Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault Data Standard 2015 - AutoCAD proprerties Synchronization

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
fsanchou
439 Views, 5 Replies

Vault Data Standard 2015 - AutoCAD proprerties Synchronization


Hi,

I would like  synchronize  Standard DWG Properties.


my AutoCAD is set like :

...
<PropertyDefinitions>
    <PropertyDefinition PropertyName="Comments" DataType="Text" SyncDWGProperty="true"></PropertyDefinition>
    <PropertyDefinition PropertyName="Subject" DataType="Text" SyncDWGProperty="true"></PropertyDefinition>
    <PropertyDefinition PropertyName="Author" DataType="Text" SyncDWGProperty="true"></PropertyDefinition>
    <PropertyDefinition PropertyName="Keywords" DataType="Text" SyncDWGProperty="true"></PropertyDefinition>
    <PropertyDefinition PropertyName="Title" DataType="Text" SyncDWGProperty="true"></PropertyDefinition>
  </PropertyDefinitions>
...

 

my Autocad.xaml is also set like:

...

<TextBox Grid.Row="2" Text="{Binding Prop[Subject].Value}"  ...
<TextBox Grid.Row="4" Text="{Binding Prop[Author].Value}" ...
<TextBox Grid.Row="6" Text="{Binding Prop[Keywords].Value}" ...
<TextBox Grid.Row="8" Text="{Binding Prop[Comments].Value}" ...
<TextBox Grid.Row="10" Text="{Binding Prop[Title].Value}"  ...

...

 

But only Comments's property and Author's property are syncronize between Data Standard and AutoCAD !


Are there someone who has had this problem and how to solve it?

 

Best regards,

5 REPLIES 5
Message 2 of 6
Stemdriller
in reply to: fsanchou

I feel your pain

 

I am also having issues and had the same problem as you. I had to recreate the DWT, which fixed the problem for me. But now it will not read the {Workspace} in always tries to save files in C:\Users\........ even though it was working ok??

 

I feel this Data Standards is very flaky and not stable.

 

Very worrying

 

Gareth

 

 

Message 3 of 6
fsanchou
in reply to: Stemdriller

Gareth,

 

 
Thank you for your feedback.
I'll try with original English DWT, Maybe I'll have the same luck as you?
 
Regards,
Message 4 of 6
marco.mirandola
in reply to: fsanchou

hi there, i just tried on my machine and it worked (english AutoCAD). Here a short video of what i did: https://www.dropbox.com/s/v24gnur21tvr54c/DS%20AutoCAD%20prop%20mapping.mp4?dl=0

 

could you confirm that you do the same? which language of AutoCAD do you use?

 

can you share you cfg and XAML file?

 

ciao

marco

 

coolOrange
www.coolorange.com
Message 5 of 6
fsanchou
in reply to: Stemdriller

Gareth,

 

Using AcadISO.dwt template that works.
So I renew mine and it works also.
Thank you

Message 6 of 6
fsanchou
in reply to: marco.mirandola

 Marco

Thank you for answer's quality. Your video explains exactly how to test quikly .cfg file 

As suggested Gareth, starting my template from the beginning, has corrected my problem.

Best regard,

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report