Robot Structural Analysis Forum
Welcome to Autodesk’s Robot Structural Analysis Forums. Share your knowledge, ask questions, and explore popular Robot Structural Analysis topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the difference between IRobotApplication and RobotApplication

1 REPLY 1
SOLVED
Reply
Message 1 of 2
HadiMoosavi
174 Views, 1 Reply

What is the difference between IRobotApplication and RobotApplication

Is there any difference between these two statements:

 

IRobotApplication robApp = new RobotApplication();

and 

RobotApplication robApp = new RobotApplication();

 

There seem to be many similar objects in RobotOM like: IRobotNodeSupportData and RobotNodeSupportData

my guess is this is a very basic programming question. Apologies.

1 REPLY 1
Message 2 of 2

hi @HadiMoosavi 

I for interface

An Interface is just a set of definition that you must implement in your Class inheriting that Interface.

Best regards

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report