Custom Properties

Discussion in 'SolidWorks' started by Fitzgerald, Oct 4, 2004.

  1. Fitzgerald

    Fitzgerald Guest

    Is there a way to enger custom properties to parts without opening the
    files in SolidWorks? Does someone have vb code for this?

    Thanks
     
    Fitzgerald, Oct 4, 2004
    #1
  2. Fitzgerald

    That70sTick Guest

    Go to msdn.microsoft.com and find the "dsofile" control. This control
    gives access to a file's custom properties without opening the file in
    application. Once the control is installed, add a reference to it in
    the VB project. Only works for general properties, not
    configuration-specific properties.
     
    That70sTick, Oct 4, 2004
    #2
  3. just be careful with dsofile - I have seen some cases where it doesn't
    always release references to the file - especially when used with .NET.
     
    Evan T. Basalik, Oct 8, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.