NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Member Functions

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...
 
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...
 
- 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...
 

Properties

unsafe string Format [get]
 Returns the format. More...
 
unsafe string String [get]
 Returns the string. 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 
)

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 ( )

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)

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 
)

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 
)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.