Results 1 to 6 of 6

Thread: Access the current sheet set properties and custom properties?

  1. #1
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Access the current sheet set properties and custom properties?

    is there a way using lisp to access the current sheet set properties and custom sheetset properties?
    Last edited by ccowgill; 2007-05-11 at 11:15 AM. Reason: clarify custom properties

  2. #2
    100 Club CADmium's Avatar
    Join Date
    2004-08
    Location
    Eberswalde, Germany, Europe
    Posts
    128
    Login to Give a bone
    0

    Default Re: Access the current sheet set properties and custom properties?

    Use the summaryInfo-Object , .. for instance ...
    (vlax-dump-object(vla-get-summaryInfo(vla-get-activeDocument(vlax-get-acad-object)))'T)
    or
    look here

  3. #3
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Access the current sheet set properties and custom properties?

    sorry, I clarified my original question. I have the ability to write and read custom properties, I need to be able to acess the custom sheet set properties.

  4. #4
    100 Club
    Join Date
    2015-09
    Posts
    154
    Login to Give a bone
    0

    Default Re: Access the current sheet set properties and custom properties?

    Hi ,

    I know this thread is out of date but I was wondering if you solved your problem? I want to be able to access a custom property to get the value and then say if value = x then do Y etc. What it should do is change the visibility of the titleblock. The custom property will be " current Revision". I have found code that will allow me to change the visibility but I now need to access the sheet set property. If you can assist me in anyway I would be very grateful thanks. I have also started another thread on this matter but thought I would jusk ask here anyway.

    thanks
    Last edited by feargt; 2009-02-16 at 09:43 AM.

  5. #5
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Access the current sheet set properties and custom properties?

    Quote Originally Posted by feargt View Post
    Hi ,

    I know this thread is out of date but I was wondering if you solved your problem? I want to be able to access a custom property to get the value and then say if value = x then do Y etc. What it should do is change the visibility of the titleblock. The custom property will be " current Revision". I have found code that will allow me to change the visibility but I now need to access the sheet set property. If you can assist me in anyway I would be very grateful thanks. I have also started another thread on this matter but thought I would jusk ask here anyway.

    thanks
    I was never able to get Sheetset custom properties to work. I dont think that it is something that is easily possible using LISP. Our office abandoned the possibility of using the sheet set manager for anything useful back in 2005. In 2007 we started using an excel spread sheet and custom drawing properties to fill in our title blocks and do other things.

  6. #6
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Access the current sheet set properties and custom properties?

    Quote Originally Posted by feargt View Post
    I know this thread is out of date but I was wondering if you solved your problem? ... but I now need to access the sheet set property.
    The Sheet Set Manager (SSM) is only accessible in languages other than Visual LISP.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

Similar Threads

  1. Sheet set / Sheet custom properties data validation
    By tawfik72 in forum CAD Management - General
    Replies: 1
    Last Post: 2010-11-22, 11:54 AM
  2. Sheet Set Subset Custom Properties
    By Andy.88917 in forum ACA Wish List
    Replies: 0
    Last Post: 2009-03-16, 04:53 AM
  3. Custom sheet properties
    By Bryan Thatcher in forum ACA General
    Replies: 0
    Last Post: 2009-03-13, 06:56 PM
  4. Sheet set custom properties
    By feargt in forum VBA/COM Interop
    Replies: 2
    Last Post: 2009-02-16, 11:34 PM
  5. Sheet Set Custom Properties
    By kschultz in forum AutoCAD Sheet Set Manager
    Replies: 3
    Last Post: 2005-09-02, 05:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •