Class DraftingNoteBuilder
Inheritance
System.Object
System.MarshalByRefObject
DraftingNoteBuilder
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)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class DraftingNoteBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DraftingNoteBuilder()
Declaration
protected DraftingNoteBuilder()
Properties
ForeshorteningSymbol
Declaration
public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
Property Value
Type | Description |
---|---|
ForeshorteningSymbolBuilder |
Inherit
Declaration
public SelectDisplayableObject Inherit { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
Type | Description |
---|---|
LeaderBuilder |
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
Type | Description |
---|---|
OriginBuilder |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
Text
Declaration
public TextWithEditControlsBuilder Text { get; }
Property Value
Type | Description |
---|---|
TextWithEditControlsBuilder |
TextAlignment
Declaration
public DraftingNoteBuilder.TextAlign TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
DraftingNoteBuilder.TextAlign |
VerticalText
Declaration
public bool VerticalText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
InheritProperties(SimpleDraftingAid, Int32)
Declaration
public void InheritProperties(SimpleDraftingAid annotation, int recordNumber)
Parameters
Type | Name | Description |
---|---|---|
SimpleDraftingAid | annotation | |
System.Int32 | recordNumber |
Implements
System.Runtime.Remoting.Messaging.IMessageSink