Class PointResults
- Namespace
- IdeaRS.OpenModel.Result
- Assembly
- IdeaRS.OpenModel.dll
Point results
[Obfuscation(Feature = "renaming")]
public class PointResultsInheritance
Inherited Members
Constructors
PointResults()
Constructor
public PointResults()Properties
Point
Point
public Point2D Point { get; set; }Property Value
Results
List of results in the point
public List<PointResultBase> Results { get; set; }