Search Results for

    Show / Hide Table of Contents

    Class FormattedStringBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseSubObjectBuilder
    FormattedStringBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseSubObjectBuilder.Validate()
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class FormattedStringBuilder : BaseSubObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    FormattedStringBuilder()

    Declaration
    protected FormattedStringBuilder()

    Properties

    Format

    Declaration
    public string Format { get; }
    Property Value
    Type Description
    System.String

    String

    Declaration
    public string String { get; }
    Property Value
    Type Description
    System.String

    Methods

    AppendFormat(NXObject[], String[], String)

    Declaration
    public void AppendFormat(NXObject[] objTags, string[] attrTitles, string appendFormat)
    Parameters
    Type Name Description
    NXObject[] objTags
    System.String[] attrTitles
    System.String appendFormat

    ClearFormat()

    Declaration
    public void ClearFormat()

    GetReferencedAttributes(out NXObject[])

    Declaration
    public string[] GetReferencedAttributes(out NXObject[] objTags)
    Parameters
    Type Name Description
    NXObject[] objTags
    Returns
    Type Description
    System.String[]

    SetFormatValue(NXObject[], NXObject[], String[], String)

    Declaration
    public void SetFormatValue(NXObject[] objTags, NXObject[] parentTags, string[] attrTitles, string format)
    Parameters
    Type Name Description
    NXObject[] objTags
    NXObject[] parentTags
    System.String[] attrTitles
    System.String format

    SetFormatValue(NXObject[], String[], String)

    Declaration
    public void SetFormatValue(NXObject[] objTags, string[] attrTitles, string format)
    Parameters
    Type Name Description
    NXObject[] objTags
    System.String[] attrTitles
    System.String format

    Implements

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