NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.SIM.PostConfigurator.UdeParameterBuilder Class Reference

This class is used to create a new event item. More...

Inheritance diagram for NXOpen.SIM.PostConfigurator.UdeParameterBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  GroupStateType { Open, Closed, End }
 Type of Group State More...
 
enum  ParameterStatusType { None, On, Off }
 Type of Event Parameter Status More...
 
enum  Type {
  Group, Double, Integer, String,
  Boolean, Enumeration, Vector, Point,
  Bitmap
}
 Type of Event Item More...
 

Public Member Functions

unsafe string[] GetEnumerationItems ()
 Gets a list of enumeration items More...
 
unsafe void SetEnumerationItems (string[] enumerationItems)
 Sets a list of enumeration items More...
 
unsafe void SetGroup (NXOpen.SIM.PostConfigurator.UdeParameterBuilder parentBuilder)
 Sets the ude parameter builder group More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
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 double DoubleDefaultValue [get, set]
 Returns or sets the double default value More...
 
unsafe string EnumerationDefaultValue [get, set]
 Returns or sets the enumumeration item default value More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeParameterBuilder.GroupStateType 
GroupState [get, set]
 Returns or sets the group state More...
 
unsafe int IntegerDefaultValue [get, set]
 Returns or sets the integer default value More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeParameterBuilder.Type 
ItemType [get, set]
 Returns or sets the item type More...
 
unsafe string ParameterID [get, set]
 Returns or sets the parameter ID More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ParameterStatusType 
ParameterStatus [get, set]
 Returns or sets the item status More...
 
unsafe string StringDefaultValue [get, set]
 Returns or sets the string default value More...
 
unsafe bool ToggleDefaultValue [get, set]
 Returns or sets the toggle default value More...
 
unsafe string UILabel [get, set]
 Returns or sets the User Interface Label More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

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

Detailed Description

This class is used to create a new event item.

Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.SIM.PostConfigurator.PostConfiguratorManager.CreateUdeParameterBuilder

Created in NX12.0.1

Member Enumeration Documentation

Type of Group State

Enumerator
Open 

Open

Closed 

Closed

End 

End

Type of Event Parameter Status

Enumerator
None 

None - Text Status is Invisible

On 

On - Text Status is Activate

Off 

Off - Text Status is Deactivate

Type of Event Item

Enumerator
Group 

Group

Double 

Double

Integer 

Integer

String 

String

Boolean 

Boolean

Enumeration 

Enumeration

Vector 

Vector

Point 

Point

Bitmap 

Bitmap

Member Function Documentation

unsafe string [] NXOpen.SIM.PostConfigurator.UdeParameterBuilder.GetEnumerationItems ( )
inline

Gets a list of enumeration items

Created in NX12.0.1

License requirements: None.

Returns
the list of enumeration items
unsafe void NXOpen.SIM.PostConfigurator.UdeParameterBuilder.SetEnumerationItems ( string[]  enumerationItems)
inline

Sets a list of enumeration items

Created in NX12.0.1

License requirements: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
enumerationItemsthe list of enumeration items
unsafe void NXOpen.SIM.PostConfigurator.UdeParameterBuilder.SetGroup ( NXOpen.SIM.PostConfigurator.UdeParameterBuilder  parentBuilder)
inline

Sets the ude parameter builder group

Created in NX12.0.1

License requirements: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
parentBuilderthe parameter builder group

Property Documentation

unsafe double NXOpen.SIM.PostConfigurator.UdeParameterBuilder.DoubleDefaultValue
getset

Returns or sets the double default value

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeParameterBuilder.EnumerationDefaultValue
getset

Returns or sets the enumumeration item default value

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.UdeParameterBuilder.GroupStateType NXOpen.SIM.PostConfigurator.UdeParameterBuilder.GroupState
getset

Returns or sets the group state

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe int NXOpen.SIM.PostConfigurator.UdeParameterBuilder.IntegerDefaultValue
getset

Returns or sets the integer default value

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.UdeParameterBuilder.Type NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ItemType
getset

Returns or sets the item type

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ParameterID
getset

Returns or sets the parameter ID

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ParameterStatusType NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ParameterStatus
getset

Returns or sets the item status

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeParameterBuilder.StringDefaultValue
getset

Returns or sets the string default value

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe bool NXOpen.SIM.PostConfigurator.UdeParameterBuilder.ToggleDefaultValue
getset

Returns or sets the toggle default value

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeParameterBuilder.UILabel
getset

Returns or sets the User Interface Label

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")


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