Class PitchSetting
Assembly: NXOpen.dll
Syntax
public class PitchSetting : TaggedObject, IMessageSink
Constructors
PitchSetting()
Declaration
Properties
Distance
Declaration
public double Distance { get; set; }
Property Value
End
Declaration
public double End { get; set; }
Property Value
Increment
Declaration
public double Increment { get; set; }
Property Value
Option
Declaration
public PitchSetting.OptionTypes Option { get; set; }
Property Value
OutputUnit
Declaration
public PitchSetting.OutputUnitTypes OutputUnit { get; set; }
Property Value
Start
Declaration
public double Start { get; set; }
Property Value
ThreadPerUnit
Declaration
public double ThreadPerUnit { get; set; }
Property Value
Variance
Declaration
public PitchSetting.VarianceTypes Variance { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink