Search Results for

    Show / Hide Table of Contents

    Class CalloutGroupBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CalloutGroupBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 CalloutGroupBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CalloutGroupBuilder()

    Declaration
    protected CalloutGroupBuilder()

    Properties

    CalloutModeType

    Declaration
    public CalloutGroupBuilder.Mode CalloutModeType { get; set; }
    Property Value
    Type Description
    CalloutGroupBuilder.Mode

    LayoutType

    Declaration
    public CalloutGroupBuilder.Layout LayoutType { get; set; }
    Property Value
    Type Description
    CalloutGroupBuilder.Layout

    SelectCallout

    Declaration
    public SelectDisplayableObjectList SelectCallout { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    VerticalLeaderAttachment

    Declaration
    public CalloutGroupBuilder.VerticalGroupLeaderAttachment VerticalLeaderAttachment { get; set; }
    Property Value
    Type Description
    CalloutGroupBuilder.VerticalGroupLeaderAttachment

    Methods

    GetGroupSymbols()

    Declaration
    public IdSymbol[] GetGroupSymbols()
    Returns
    Type Description
    IdSymbol[]

    SetGroupSymbols(IdSymbol[])

    Declaration
    public void SetGroupSymbols(IdSymbol[] symbols)
    Parameters
    Type Name Description
    IdSymbol[] symbols

    Implements

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