×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Adding User_Input during Journal Recording (Using C# Code)

Adding User_Input during Journal Recording (Using C# Code)

Adding User_Input during Journal Recording (Using C# Code)

(OP)
Hello everyone,

I have used macro to perform a complete set of operation with "user input with instructions" option available in Macro. But in Journal recording (using C# code) how can I add user entry with instructions?

2nd question- what is the best way to do this- To define size of the text of the note I want to insert (using Journal) according to size of the sheet used.. i.e. if B -size sheet then 0.1 , if A size sheet then 0.05
. I was thinking about using For loop ... if so.. what is the right code in C#.

Thanks in advance for any help.

RE: Adding User_Input during Journal Recording (Using C# Code)

I don't think that you can add a "user entry" in a journal while recording it. However, you can edit the recorded code to add instructions or user prompts after the journal is recorded.

For your second question, it sounds like you want to vary the text height depending on the size of the current drawing sheet. If this is the case, no loop would be necessary; you would just query the sheet size and vary the text height based on the result.

www.nxjournaling.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources