Search Results for

    Show / Hide Table of Contents

    Class FormattedStringBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseSubObjectBuilder
    FormattedStringBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    BaseSubObjectBuilder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.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
    string

    String

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

    Methods

    AppendFormat(NXObject[], string[], string)

    Declaration
    public void AppendFormat(NXObject[] objTags, string[] attrTitles, string appendFormat)
    Parameters
    Type Name Description
    NXObject[] objTags
    string[] attrTitles
    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
    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
    string[] attrTitles
    string format

    SetFormatValue(NXObject[], string[], string)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX