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

Represents a CellBuilder. More...

Inheritance diagram for NXOpen.Diagramming.Tables.CellBuilder:
NXOpen.Diagramming.BaseTaggedObjectBuilder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  InheritOption { Preferences, CustomerDefaults, Selection }
 Represents the inherit option. More...
 

Public Member Functions

unsafe void DeleteContent ()
 Delete cell contents. More...
 
unsafe
NXOpen.Diagramming.Tables.CellSettingsBuilder 
GetCellSettings ()
 Gets cell settings. More...
 
unsafe
NXOpen.Diagramming.Tables.SizedSymbol[] 
GetContent ()
 Gets cell content. More...
 
unsafe void Inherit (NXOpen.Diagramming.Tables.CellBuilder.InheritOption inheritOption, NXOpen.TaggedObject elementToInheritFrom)
 Inherit. More...
 
unsafe void SetContent (NXOpen.Diagramming.Tables.SizedSymbol[] symbols)
 Sets cell content. More...
 
unsafe void SetImageFileLocation (string fileName)
 Sets cell image file location. More...
 
- Public Member Functions inherited from NXOpen.Diagramming.BaseTaggedObjectBuilder
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
NXOpen.Diagramming.RenderingPropertiesBuilder 
BottomBorder [get, set]
 Returns or sets the bottom border line rendering properties. More...
 
unsafe
NXOpen.Diagramming.FormattedStringBuilder 
FormattedStringBuilder [get]
 Returns the formatted string of the text. More...
 
unsafe
NXOpen.Diagramming.RenderingPropertiesBuilder 
LeftBorder [get, set]
 Returns or sets the left border line rendering properties. More...
 
unsafe bool Locked [get, set]
 Returns or sets the locked flag. More...
 
unsafe double Padding [get, set]
 Returns or sets the cell padding. More...
 
unsafe
NXOpen.Diagramming.RenderingPropertiesBuilder 
RightBorder [get, set]
 Returns or sets the right border line rendering properties. More...
 
unsafe string Text [get, set]
 Returns or sets the text on cell. More...
 
unsafe
NXOpen.Diagramming.RenderingPropertiesBuilder 
TopBorder [get, set]
 Returns or sets the top border line rendering properties. More...
 

Additional Inherited Members

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

Detailed Description

Represents a CellBuilder.

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

Created in NX10.0.0

Member Enumeration Documentation

Represents the inherit option.

Enumerator
Preferences 

Setting the inherit from preferences option

CustomerDefaults 

Setting the inherit from customer defaults option

Selection 

Setting the inherit from selection option

Member Function Documentation

unsafe void NXOpen.Diagramming.Tables.CellBuilder.DeleteContent ( )
inline

Delete cell contents.

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Diagramming.Tables.CellSettingsBuilder NXOpen.Diagramming.Tables.CellBuilder.GetCellSettings ( )
inline

Gets cell settings.

Created in NX10.0.0

License requirements: None.

Returns
unsafe NXOpen.Diagramming.Tables.SizedSymbol [] NXOpen.Diagramming.Tables.CellBuilder.GetContent ( )
inline

Gets cell content.

Created in NX10.0.0

License requirements: None.

Returns
unsafe void NXOpen.Diagramming.Tables.CellBuilder.Inherit ( NXOpen.Diagramming.Tables.CellBuilder.InheritOption  inheritOption,
NXOpen.TaggedObject  elementToInheritFrom 
)
inline

Inherit.

elementToInheritFrom must be Table or Cell object

Created in NX1847.0.0

License requirements: None.

Parameters
inheritOption
elementToInheritFrom
unsafe void NXOpen.Diagramming.Tables.CellBuilder.SetContent ( NXOpen.Diagramming.Tables.SizedSymbol[]  symbols)
inline

Sets cell content.

Created in NX10.0.0

License requirements: None.

Parameters
symbols
unsafe void NXOpen.Diagramming.Tables.CellBuilder.SetImageFileLocation ( string  fileName)
inline

Sets cell image file location.

Created in NX10.0.0

License requirements: None.

Parameters
fileName

Property Documentation

unsafe NXOpen.Diagramming.RenderingPropertiesBuilder NXOpen.Diagramming.Tables.CellBuilder.BottomBorder
getset

Returns or sets the bottom border line rendering properties.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.FormattedStringBuilder NXOpen.Diagramming.Tables.CellBuilder.FormattedStringBuilder
get

Returns the formatted string of the text.

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.Diagramming.RenderingPropertiesBuilder NXOpen.Diagramming.Tables.CellBuilder.LeftBorder
getset

Returns or sets the left border line rendering properties.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Diagramming.Tables.CellBuilder.Locked
getset

Returns or sets the locked flag.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.Tables.CellBuilder.Padding
getset

Returns or sets the cell padding.

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.RenderingPropertiesBuilder NXOpen.Diagramming.Tables.CellBuilder.RightBorder
getset

Returns or sets the right border line rendering properties.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Diagramming.Tables.CellBuilder.Text
getset

Returns or sets the text on cell.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.RenderingPropertiesBuilder NXOpen.Diagramming.Tables.CellBuilder.TopBorder
getset

Returns or sets the top border line rendering properties.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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