Search Results for

    Show / Hide Table of Contents

    Class HoleCalloutSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    HoleCalloutSettingsBuilder
    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 HoleCalloutSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    HoleCalloutSettingsBuilder()

    Declaration
    protected HoleCalloutSettingsBuilder()

    Methods

    DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public void DeleteLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth

    GetLeaderAttachment()

    Declaration
    public HoleCalloutSettingsBuilder.LeaderAttachment GetLeaderAttachment()
    Returns
    Type Description
    HoleCalloutSettingsBuilder.LeaderAttachment

    GetLineSpaceFactor()

    Declaration
    public double GetLineSpaceFactor()
    Returns
    Type Description
    System.Double

    GetListOfFeatures()

    Declaration
    public HoleCalloutSettingsBuilder.Featuretype[] GetListOfFeatures()
    Returns
    Type Description
    HoleCalloutSettingsBuilder.Featuretype[]

    GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype)

    Declaration
    public HoleCalloutSettingsBuilder.Parametertype[] GetListOfParameters(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    HoleCalloutSettingsBuilder.Parametertype[]

    GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public bool GetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    System.Boolean

    GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public string[] GetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    System.String[]

    GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public StyleBuilder GetNthParameterStyle(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    StyleBuilder

    GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public string[] GetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    System.String[]

    GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public string GetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    System.String

    GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public string GetNthParameterValueString(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    Returns
    Type Description
    System.String

    GetParameterSpaceFactor()

    Declaration
    public double GetParameterSpaceFactor()
    Returns
    Type Description
    System.Double

    GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype)

    Declaration
    public string GetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    Returns
    Type Description
    System.String

    InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public void InsertLineBreak(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth

    ReorderParameters(HoleCalloutSettingsBuilder.Featuretype, HoleCalloutSettingsBuilder.Parametertype[])

    Declaration
    public bool ReorderParameters(HoleCalloutSettingsBuilder.Featuretype featureType, HoleCalloutSettingsBuilder.Parametertype[] parameters)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    HoleCalloutSettingsBuilder.Parametertype[] parameters
    Returns
    Type Description
    System.Boolean

    ResetFromFeature(TaggedObject, Component, View, Point3d)

    Declaration
    public void ResetFromFeature(TaggedObject feature, Component partOccurrence, View view, Point3d pickPoint)
    Parameters
    Type Name Description
    TaggedObject feature
    Component partOccurrence
    View view
    Point3d pickPoint

    SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment)

    Declaration
    public void SetLeaderAttachment(HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.LeaderAttachment leaderAttachment

    SetLineSpaceFactor(Double)

    Declaration
    public void SetLineSpaceFactor(double lineSpaceFactor)
    Parameters
    Type Name Description
    System.Double lineSpaceFactor

    SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype, Int32, Boolean)

    Declaration
    public void SetNthParameterDisplay(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, bool parameterDisplay)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    System.Boolean parameterDisplay

    SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype, Int32, String[])

    Declaration
    public void SetNthParameterPrefix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    System.String[] lines

    SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype, Int32, String[])

    Declaration
    public void SetNthParameterSuffix(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string[] lines)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    System.String[] lines

    SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype, Int32, String)

    Declaration
    public void SetNthParameterValue(HoleCalloutSettingsBuilder.Featuretype featureType, int nth, string value)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth
    System.String value

    SetParameterSpaceFactor(Double)

    Declaration
    public void SetParameterSpaceFactor(double parameterSpaceFactor)
    Parameters
    Type Name Description
    System.Double parameterSpaceFactor

    SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype, String)

    Declaration
    public void SetThroughHoleTextOfType(HoleCalloutSettingsBuilder.Featuretype featureType, string throughHoleTextString)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.String throughHoleTextString

    ShiftDown(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public void ShiftDown(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth

    ShiftUp(HoleCalloutSettingsBuilder.Featuretype, Int32)

    Declaration
    public void ShiftUp(HoleCalloutSettingsBuilder.Featuretype featureType, int nth)
    Parameters
    Type Name Description
    HoleCalloutSettingsBuilder.Featuretype featureType
    System.Int32 nth

    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