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

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

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

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)

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)

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

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