Class DatumTargetBuilder
Inheritance
System.Object
System.MarshalByRefObject
DatumTargetBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class DatumTargetBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DatumTargetBuilder()
Declaration
protected DatumTargetBuilder()
Properties
AreaSize
Declaration
public string AreaSize { get; set; }
Property Value
Type |
Description |
System.String |
|
DatumTargetStandard
Declaration
public DatumTargetBuilder.StandardTypes DatumTargetStandard { get; set; }
Property Value
DrawX
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Annotations.DatumTargetBuilder.TerminatorType instead.")]
public bool DrawX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Declaration
public Expression Height { get; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InnerDiameter
Declaration
public Expression InnerDiameter { get; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
Movable
Declaration
public bool Movable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MovableModifierAngle
Declaration
public Expression MovableModifierAngle { get; }
Property Value
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
OuterDiameter
Declaration
public Expression OuterDiameter { get; }
Property Value
Style
Declaration
public StyleBuilder Style { get; }
Property Value
TerminatorType
Declaration
public DatumTargetBuilder.TerminatorTypes TerminatorType { get; set; }
Property Value
Type
Declaration
public DatumTargetBuilder.Types Type { get; set; }
Property Value
Width
Declaration
public Expression Width { get; }
Property Value
Methods
InheritFrom(BaseDatumTarget)
Declaration
public void InheritFrom(BaseDatumTarget inheritTag)
Parameters
ReverseMovableModifier()
Declaration
public void ReverseMovableModifier()
Implements
System.Runtime.Remoting.Messaging.IMessageSink