Class BaseEdgeConditionSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseEdgeConditionSymbolBuilder
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 BaseEdgeConditionSymbolBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseEdgeConditionSymbolBuilder()
Declaration
protected BaseEdgeConditionSymbolBuilder()
Properties
Inherit
Declaration
public SelectBaseEdgeConditionSymbol Inherit { get; }
Property Value
Type | Description |
---|---|
SelectBaseEdgeConditionSymbol |
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
Type | Description |
---|---|
LeaderBuilder |
LimitDeviation
Declaration
public string LimitDeviation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationA1
Declaration
public string LimitDeviationA1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationA2
Declaration
public string LimitDeviationA2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationB1
Declaration
public string LimitDeviationB1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationB2
Declaration
public string LimitDeviationB2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationC1
Declaration
public string LimitDeviationC1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LimitDeviationC2
Declaration
public string LimitDeviationC2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Method
Declaration
public BaseEdgeConditionSymbolBuilder.MethodType Method { get; set; }
Property Value
Type | Description |
---|---|
BaseEdgeConditionSymbolBuilder.MethodType |
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
Type | Description |
---|---|
OriginBuilder |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
SymbolElement
Declaration
public BaseEdgeConditionSymbolBuilder.SymbolElementEnum SymbolElement { get; set; }
Property Value
Type | Description |
---|---|
BaseEdgeConditionSymbolBuilder.SymbolElementEnum |
Methods
InheritProperties(BaseEdgeConditionSymbol)
Declaration
public void InheritProperties(BaseEdgeConditionSymbol ecsTag)
Parameters
Type | Name | Description |
---|---|---|
BaseEdgeConditionSymbol | ecsTag |
Implements
System.Runtime.Remoting.Messaging.IMessageSink