Class FormattedStringBuilder
Inheritance
System.Object
System.MarshalByRefObject
FormattedStringBuilder
Inherited Members
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