Class CalloutRowTargetChangedEventArgs
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
event args for when a row's target is changed
public class CalloutRowTargetChangedEventArgs : EventArgs
- Inheritance
-
CalloutRowTargetChangedEventArgs
- Inherited Members
Constructors
CalloutRowTargetChangedEventArgs(int, Tuple<double, double, double>)
constructor
public CalloutRowTargetChangedEventArgs(int rowId, Tuple<double, double, double> newTarget)
Parameters
Properties
NewTarget
new target
public Tuple<double, double, double> NewTarget { get; }
Property Value
RowId
id of the row that its target changed
public int RowId { get; }