Class TabPointDataBuilder
Inheritance
TabPointDataBuilder
Assembly: NXOpen.dll
Syntax
public class TabPointDataBuilder : NXObject, IMessageSink, INXObject
Constructors
TabPointDataBuilder()
Declaration
protected TabPointDataBuilder()
Properties
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
TabMethod
Declaration
public TabPointDataBuilder.TabMethodType TabMethod { get; set; }
Property Value
TabThreadMethod
Declaration
public TabPointDataBuilder.TabThreadMethodType TabThreadMethod { get; set; }
Property Value
TabThreadPoint
Declaration
public Point TabThreadPoint { get; set; }
Property Value
TabWidth
Declaration
public double TabWidth { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink