ijcad tag

42 questions


1 answers
118 views
0
How to Create a WMF File in IJCAD

I can create WMF files with AutoCAD, but I don't know how to implement them with IJCAD.Could you please let me know?The following programs are used to create WMF files in AutoCAD:Function Import WMF (...

1 years ago

1 answers
80 views
0
I want to use AutoCAD slide files in C#

I am developing using C# (.Net API) in IJCAD 2015.I would like to have the slide file displayed in AutoCAD DCL displayed on the dialog with C#, but if you know how to do it with IJCAD, please let me k...

1 years ago

1 answers
100 views
0
Exception when calling QueueForGraphicsFlush in IJCAD

I'm using the .Net API on IJCAD 2015.An exception (eNotImplementedYet) occurs when you create a graphic and call TransactionManager.QueueForGraphicsFlush.If the same code was executed in AutoCAD 2014,...

1 years ago

1 answers
79 views
0
Understanding How to Obtain IJCAD GcadApplication

IJCAD is using a .NET application.This is a preliminary question, but please tell me how to get the IJCADGrxCAD.ApplicationServices.Application.GcadApplication that you are starting.I didn't really un...

1 years ago

1 answers
94 views
0
Running MdiActiveDocument on IJCAD Stops

I am developing using VB.Net at IJCAD 2015.I tried to create code to activate specific documents from open documents in IJCAD.After performing the step, the MdiActiveDocument stops.What is the cause?P...

1 years ago

1 answers
83 views
0
Changing the Entity Color in the Block of IJCAD Does Not Update

Thank you for your continuous support.I am developing using ARX (GRX) at IJCAD 2018.I tried to change the color of the entity in the block, but Windows 7 reflects the changed color, but Windows 10 doe...

1 years ago

1 answers
79 views
0
ActiveDocument.BeginSave Event Does Not Occur in IJCAD

I use COM (C#) to start, draw, and end IJCAD 2015.By the way, I can't get the following events, is there something wrong?private void button_Click (object sender, EventArgse){ app = new GcadApplicati...

1 years ago

1 answers
81 views
0
Clearing the AutoCAD/IJCAD UNDO History

We are currently developing the ability to update multiple drawings.Specifies CommandFlags.Session to cross the drawing.I am trying to clear the UNDO history so that I cannot return the updated inform...

1 years ago

3 answers
149 views
0
IJCAD 2017 VB.NET, eInvalidInput (code:5) error in SetPlotConfigurationName

eInvalidInput(code:5) error in SetPlotConfigurationName when printing in IJCAD 2017 VB.NET.IJCAD print commands allow PC3 files to be selected, but VB.NET does not recognize PC3 configuration files.Th...

1 years ago

1 answers
77 views
0
How to Create a DWF File in IJCAD

Using the .net API, IJCAD automatically tries to output the active drawing to a DWF file.I am creating a DWF file by calling EXPORT in SendCommand, but it is also printed vertically in horizontal draw...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.