Class CustomSymbolData
Inheritance
System.Object
System.MarshalByRefObject
CustomSymbolData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects.")]
public class CustomSymbolData : TransientObject, IMessageSink, IDisposable
Constructors
CustomSymbolData(IntPtr)
Declaration
protected CustomSymbolData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
Angle
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Scale
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public double Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleExpression
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public Expression ScaleExpression { get; set; }
Property Value
Type | Description |
---|---|
Expression |
SymbolPreferencesOption
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public SymbolPreferencesOption SymbolPreferencesOption { get; set; }
Property Value
Type | Description |
---|---|
SymbolPreferencesOption |
TextPreferencesOption
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public TextPreferencesOption TextPreferencesOption { get; set; }
Property Value
Type | Description |
---|---|
TextPreferencesOption |
Methods
FreeResource()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
protected override void FreeResource()
Overrides
GetTextData()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public CustomSymbolTextData[] GetTextData()
Returns
Type | Description |
---|---|
CustomSymbolTextData[] |
SetTextData(CustomSymbolTextData[])
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.DraftingCustomSymbolBuilder for Drafting Custom Symbol and NXOpen.Annotations.PmiCustomSymbolBuilder for PMI Custom Symbol objects..")]
public void SetTextData(CustomSymbolTextData[] data)
Parameters
Type | Name | Description |
---|---|---|
CustomSymbolTextData[] | data |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable