API - Identify notes in sheet format

Discussion in 'SolidWorks' started by lcifers, May 2, 2005.

  1. lcifers

    lcifers Guest

    I need to get a collection of notes in a drawing. I want to include
    notes that are on the sheet (editable from "Edit Sheet" mode), but not
    notes that are in the sheet format (editable from "Edit Sheet Format"
    mode).

    I hvae found how to ignore notes that are in the template, but not
    those that are in the sheet format.

    Does anyone know how to do this?

    TIA.

    - Luther
     
    lcifers, May 2, 2005
    #1
  2. lcifers

    lcifers Guest

    In the event that a clean solution does not present itself, I found a
    workaround. By setting the visibility of the sheet format to false,
    those notes are ignored.

    swSheet.SheetFormatVisible = False

    Then I turn the visibility back on after looping through the notes.

    Cheers.

    - Luther
     
    lcifers, May 2, 2005
    #2
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.