Click or drag to resize
Solution Class
A solution represents a folder structure with associated projects and documents
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudioSolution

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class Solution

The Solution type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActiveSolutionFolder
Returns the path to the active solution directory, or null if no solution is active.
Public propertyStatic memberActiveSolutionPath
Returns the path to the active solution (.rssln) file, or null if no solution is active.
Top
Methods
  NameDescription
Public methodStatic memberContainingSolutionPath
Returns the path to the solution (if any) that contains the project with a specified path.
Public methodStatic memberCreate
Creates a new solution structure in the specified folder
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsSolutionFolder
Checks if a folder is a solution folder.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberActiveSolutionFolderChanged
Raised when the ActiveSolutionFolder property has changed.
Top
Version Information

Supported in: 1.0.0.0
See Also