NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Diagramming.FormattedStringBuilder Class Reference

Represents a FormattedStringBuilder. More...

Inheritance diagram for NXOpen.Diagramming.FormattedStringBuilder:
NXOpen.Diagramming.BaseSubObjectBuilder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AppendFormat (NXOpen.NXObject[] objTags, string[] attrTitles, string appendFormat)
 Appends the format and related referenced attributes to this builder. More...
 
unsafe void ClearFormat ()
 Clears the format and related referenced attributes of this builder. More...
 
unsafe string[] GetReferencedAttributes (out NXOpen.NXObject[] objTags)
 Gets the referenced attributes. More...
 
unsafe void SetFormatValue (NXOpen.NXObject[] objTags, string[] attrTitles, string format)
 Sets the format and related referenced attributes to this builder. More...
 
unsafe void SetFormatValue (NXOpen.NXObject[] objTags, NXOpen.NXObject[] parentTags, string[] attrTitles, string format)
 Sets the format and related referenced attributes to this builder in managed mode. More...
 
- Public Member Functions inherited from NXOpen.Diagramming.BaseSubObjectBuilder
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe string Format [get]
 Returns the format. More...
 
unsafe string String [get]
 Returns the string. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a FormattedStringBuilder.

This is a sub-builder class and cannot be directly instantiated

Created in NX10.0.0

Member Function Documentation

unsafe void NXOpen.Diagramming.FormattedStringBuilder.AppendFormat ( NXOpen.NXObject[]  objTags,
string[]  attrTitles,
string  appendFormat 
)
inline

Appends the format and related referenced attributes to this builder.

Created in NX10.0.0

License requirements: None.

Parameters
objTagsThe owners of the referenced attributes
attrTitlesThe titles of the referenced attributes
appendFormat
unsafe void NXOpen.Diagramming.FormattedStringBuilder.ClearFormat ( )
inline

Clears the format and related referenced attributes of this builder.

Created in NX10.0.0

License requirements: None.

unsafe string [] NXOpen.Diagramming.FormattedStringBuilder.GetReferencedAttributes ( out NXOpen.NXObject[]  objTags)
inline

Gets the referenced attributes.

Created in NX10.0.0

License requirements: None.

Parameters
objTagsThe owners of the referenced attributes
Returns
The titles of the referenced attributes
unsafe void NXOpen.Diagramming.FormattedStringBuilder.SetFormatValue ( NXOpen.NXObject[]  objTags,
string[]  attrTitles,
string  format 
)
inline

Sets the format and related referenced attributes to this builder.

Created in NX10.0.0

License requirements: None.

Parameters
objTagsThe owners of the referenced attributes
attrTitlesThe titles of the referenced attributes
format
unsafe void NXOpen.Diagramming.FormattedStringBuilder.SetFormatValue ( NXOpen.NXObject[]  objTags,
NXOpen.NXObject[]  parentTags,
string[]  attrTitles,
string  format 
)
inline

Sets the format and related referenced attributes to this builder in managed mode.

Created in NX11.0.1

License requirements: None.

Parameters
objTagsThe owners of the referenced attributes
parentTagsThe owner parents of the referenced attributes
attrTitlesThe titles of the referenced attributes
format

Property Documentation

unsafe string NXOpen.Diagramming.FormattedStringBuilder.Format
get

Returns the format.

Created in NX10.0.0

License requirements: None.

unsafe string NXOpen.Diagramming.FormattedStringBuilder.String
get

Returns the string.

Created in NX10.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.