Search Results for

    Show / Hide Table of Contents

    Class CustomSymbolData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomSymbolData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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(nint)

    Declaration
    protected CustomSymbolData(nint ptr)
    Parameters
    Type Name Description
    nint 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
    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
    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
    TransientObject.FreeResource()

    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
    IDisposable
    In this article
    Back to top Generated by DocFX