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

Represets a User Defined Event More...

Inheritance diagram for NXOpen.CAM.Ude:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.CAM.UdeParameter GetParameter (string parameterName)
 Get the parameter for the specified parameter name More...
 
unsafe NXOpen.CAM.UdeParameter GetParameter (int index)
 Get the parameter for the specified index More...
 
unsafe string[] GetParameterNames ()
 Returns the parameter names 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 int NumberOfParameters [get]
 Returns the number of parameters More...
 
unsafe bool OutputLoadTool [get, set]
 Returns or sets the output load tool More...
 
unsafe string UdeName [get, set]
 Returns or sets the ude name 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

Represets a User Defined Event

To create a new instance of this class, use NXOpen.CAM.UdeSet.CreateUde

Created in NX7.0.0

Member Function Documentation

unsafe NXOpen.CAM.UdeParameter NXOpen.CAM.Ude.GetParameter ( string  parameterName)
inline

Get the parameter for the specified parameter name

Created in NX7.5.0

License requirements: None.

Parameters
parameterNamethe parameter name
Returns
the parameter
unsafe NXOpen.CAM.UdeParameter NXOpen.CAM.Ude.GetParameter ( int  index)
inline

Get the parameter for the specified index

Created in NX8.0.0

License requirements: None.

Parameters
indexthe parameter index
Returns
the parameter
unsafe string [] NXOpen.CAM.Ude.GetParameterNames ( )
inline

Returns the parameter names

Created in NX9.0.1

License requirements: None.

Returns
the names of ude parameters

Property Documentation

unsafe int NXOpen.CAM.Ude.NumberOfParameters
get

Returns the number of parameters

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.CAM.Ude.OutputLoadTool
getset

Returns or sets the output load tool

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.CAM.Ude.UdeName
getset

Returns or sets the ude name

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: cam_base ("CAM BASE")


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