Search Results for

    Show / Hide Table of Contents

    Class ForeshorteningSymbolBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ForeshorteningSymbolBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 ForeshorteningSymbolBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ForeshorteningSymbolBuilder()

    Declaration
    protected ForeshorteningSymbolBuilder()

    Methods

    AddSymbol(Point3d)

    Declaration
    public void AddSymbol(Point3d locations)
    Parameters
    Type Name Description
    Point3d locations

    DeleteSymbol(Int32)

    Declaration
    public void DeleteSymbol(int symbolIndex)
    Parameters
    Type Name Description
    System.Int32 symbolIndex

    GetSymbols(out Int32[])

    Declaration
    public Point3d[] GetSymbols(out int[] indices)
    Parameters
    Type Name Description
    System.Int32[] indices
    Returns
    Type Description
    Point3d[]

    ModifySymbol(Int32, Point3d)

    Declaration
    public void ModifySymbol(int symbolIndex, Point3d locations)
    Parameters
    Type Name Description
    System.Int32 symbolIndex
    Point3d locations

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX