Class IdSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
IdSymbolBuilder
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 IdSymbolBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IdSymbolBuilder()
Declaration
protected IdSymbolBuilder()
Properties
ForeshorteningSymbol
Declaration
public ForeshorteningSymbolBuilder ForeshorteningSymbol { get; }
Property Value
Type | Description |
---|---|
ForeshorteningSymbolBuilder |
Inherit
Declaration
public SelectObject Inherit { get; }
Property Value
Type | Description |
---|---|
SelectObject |
Leader
Declaration
public LeaderBuilder Leader { get; }
Property Value
Type | Description |
---|---|
LeaderBuilder |
LowerText
Declaration
public string LowerText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Origin
Declaration
public OriginBuilder Origin { get; }
Property Value
Type | Description |
---|---|
OriginBuilder |
Placement
Declaration
[Obsolete("Deprecated in NX6.0.0. This functionality is no longer supported.")]
public AnnotationPlacement Placement { get; }
Property Value
Type | Description |
---|---|
AnnotationPlacement |
Size
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
SymbolType
Declaration
[Obsolete("Deprecated in NX6.0.0. Use NXOpen.Annotations.IdSymbolBuilder.Type instead.")]
public IdSymbolBuilder.SymbolTypes SymbolType { get; set; }
Property Value
Type | Description |
---|---|
IdSymbolBuilder.SymbolTypes |
Type
Declaration
public IdSymbolBuilder.SymbolTypes Type { get; set; }
Property Value
Type | Description |
---|---|
IdSymbolBuilder.SymbolTypes |
UpperText
Declaration
public string UpperText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetPreviewObject(IdSymbol)
Declaration
[Obsolete("Deprecated in NX6.0.0. This functionality is no longer supported.")]
public void SetPreviewObject(IdSymbol symbol)
Parameters
Type | Name | Description |
---|---|---|
IdSymbol | symbol |
Implements
System.Runtime.Remoting.Messaging.IMessageSink