Author Topic: Alignment Entity?  (Read 1979 times)

0 Members and 1 Guest are viewing this topic.

teslaxx

  • Guest
Alignment Entity?
« on: February 04, 2011, 02:40:10 AM »
I have an Alignment entity in one of my drawing and I don't find any reference about this  type in Autocad .Net API. Help ! :)


P.S. When I call entity.GetType().Name, I receive Alignment
« Last Edit: February 04, 2011, 02:59:24 AM by teslaxx »

kaefer

  • Guest
Re: Alignment Entity?
« Reply #1 on: February 04, 2011, 06:08:46 AM »
P.S. When I call entity.GetType().Name, I receive Alignment

...and when you call entity.GetType().ToString(), would you get Autodesk.AutoCAD.DatabaseServices.Table?

Hint: System.Type inherits from System.Reflection.MemberInfo.

huiz

  • Swamp Rat
  • Posts: 919
  • Certified Prof C3D
Re: Alignment Entity?
« Reply #2 on: February 04, 2011, 06:10:29 AM »
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

teslaxx

  • Guest
Re: Alignment Entity?
« Reply #3 on: February 07, 2011, 08:19:40 AM »
P.S. When I call entity.GetType().Name, I receive Alignment

...and when you call entity.GetType().ToString(), would you get Autodesk.AutoCAD.DatabaseServices.Table?

Hint: System.Type inherits from System.Reflection.MemberInfo.


Autodesk.Civil.Land.DatabaseServices.Alignment

It might be a Civil3D object.

http://images.autodesk.com/adsk/files/civil_api_developers_guide0.pdf



You were right.

@huiz Where could I find the AutoCAD .NET 2011 Developer's Guide for offline studying. (pdf)
« Last Edit: February 07, 2011, 10:08:02 AM by teslaxx »