Class GetPointsResult
public class GetPointsResult- Inheritance
- GetPointsResult
- Inherited Members
Constructors
GetPointsResult(IItem, ObjectSelectionType, int, string, Mat)
public GetPointsResult(IItem item, ObjectSelectionType featureType, int featureId, string featureName, Mat points)Parameters
itemIItemfeatureTypeObjectSelectionTypefeatureIdintfeatureNamestringpointsMat
Properties
FeatureId
Feature ID
public int FeatureId { get; }Property Value
FeatureName
Feature Name
public string FeatureName { get; }Property Value
FeatureType
Selected feature
public ObjectSelectionType FeatureType { get; }Property Value
Object
Object under the mouse cursor
public IItem Object { get; }Property Value
Points
Points
public Mat Points { get; }