See the top rated post in this thread. Click here

Results 1 to 2 of 2

Thread: C# and ObjectDBX?

  1. #1
    100 Club KevinBarnett's Avatar
    Join Date
    2001-10
    Location
    Pretoria, South Africa
    Posts
    119
    Login to Give a bone
    0

    Question C# and ObjectDBX?

    How do you use ObjectDBX in C# to open and edit drawings?

  2. #2
    100 Club KevinBarnett's Avatar
    Join Date
    2001-10
    Location
    Pretoria, South Africa
    Posts
    119
    Login to Give a bone
    1

    Red face Re: C# and ObjectDBX?

    Oops! Stoopid question... you dont need ObjectDBX...

    Database DWGFile = new Database(false, true);
    DWGFile.ReadDwgFile(fileName, System.IO.FileShare.None, false, null);

    etc...

Similar Threads

  1. OBJECTDBX and VB
    By raj_thapar2003 in forum VBA/COM Interop
    Replies: 4
    Last Post: 2018-02-15, 01:36 PM
  2. ObjectDBX change UCS
    By per.fredrik.skold in forum Dot Net API
    Replies: 0
    Last Post: 2010-10-26, 10:17 PM
  3. ObjectDBX in 2010
    By michael.montagne in forum VBA/COM Interop
    Replies: 6
    Last Post: 2010-03-04, 06:48 PM
  4. Saving in ObjectDBX
    By whdjr in forum AutoLISP
    Replies: 11
    Last Post: 2004-07-28, 07:01 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
  •