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

Represents a User Defined Event Parameter More...

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

Public Types

enum  ParameterTypes {
  Integer, Double, Boolean, String,
  Option, Point, Vector, Legend,
  Group, Csys
}
 the parameter Type More...
 

Properties

unsafe bool BooleanValue [get, set]
 Returns or sets the boolean value of the parameter More...
 
unsafe NXOpen.NXObject Csys [get, set]
 Returns or sets the csys of the parameter More...
 
unsafe double DoubleValue [get, set]
 Returns or sets the double value of the parameter More...
 
unsafe int IntegerValue [get, set]
 Returns or sets the integer value of the parameter More...
 
unsafe string NameOfParameter [get]
 Returns the name of the parameter More...
 
unsafe string OptionText [get, set]
 Returns or sets the option utf8 value of the parameter More...
 
unsafe string OptionValue [get, set]
 Returns or sets the option value of the parameter More...
 
unsafe bool ParameterActive [get, set]
 Returns or sets the check to see if paramter is active More...
 
unsafe bool ParameterOptional [get]
 Returns the check to see if the parameter is optional More...
 
unsafe NXOpen.Point Point [get, set]
 Returns or sets the point of the parameter More...
 
unsafe string StringText [get, set]
 Returns or sets the string utf8 value of the parameter More...
 
unsafe string StringValue [get, set]
 Returns or sets the string value of the parameter More...
 
unsafe
NXOpen.CAM.UdeParameter.ParameterTypes 
TypeOfParameter [get]
 Returns the type of the parameter More...
 
unsafe NXOpen.NXObject Vector [get, set]
 Returns or sets the vector of the parameter 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a User Defined Event Parameter

Created in NX7.5.0

Member Enumeration Documentation

the parameter Type

Enumerator
Integer 
Double 
Boolean 
String 
Option 
Point 
Vector 
Legend 
Group 
Csys 

Property Documentation

unsafe bool NXOpen.CAM.UdeParameter.BooleanValue
getset

Returns or sets the boolean value of the parameter

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe NXOpen.NXObject NXOpen.CAM.UdeParameter.Csys
getset

Returns or sets the csys of the parameter

Created in NX12.0.1

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

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

unsafe double NXOpen.CAM.UdeParameter.DoubleValue
getset

Returns or sets the double value of the parameter

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe int NXOpen.CAM.UdeParameter.IntegerValue
getset

Returns or sets the integer value of the parameter

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.UdeParameter.NameOfParameter
get

Returns the name of the parameter

Created in NX7.5.0

License requirements: None.

unsafe string NXOpen.CAM.UdeParameter.OptionText
getset

Returns or sets the option utf8 value of the parameter

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.UdeParameter.OptionValue
getset

Returns or sets the option value of the parameter

Created in NX7.5.0

Deprecated in NX8.0.0. Use CAM.UdeParameter.OptionText instead.

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.UdeParameter.ParameterActive
getset

Returns or sets the check to see if paramter is active

Created in NX7.5.0

License requirements to get this property: None.

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

unsafe bool NXOpen.CAM.UdeParameter.ParameterOptional
get

Returns the check to see if the parameter is optional

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Point NXOpen.CAM.UdeParameter.Point
getset

Returns or sets the point of the parameter

Created in NX7.5.0

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

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

unsafe string NXOpen.CAM.UdeParameter.StringText
getset

Returns or sets the string utf8 value of the parameter

Created in NX8.0.0

License requirements to get this property: None.

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

unsafe string NXOpen.CAM.UdeParameter.StringValue
getset

Returns or sets the string value of the parameter

Created in NX7.5.0

Deprecated in NX8.0.0. Use CAM.UdeParameter.StringText instead.

License requirements to get this property: None.

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

unsafe NXOpen.CAM.UdeParameter.ParameterTypes NXOpen.CAM.UdeParameter.TypeOfParameter
get

Returns the type of the parameter

Created in NX10.0.1

License requirements: None.

unsafe NXOpen.NXObject NXOpen.CAM.UdeParameter.Vector
getset

Returns or sets the vector of the parameter

Created in NX7.5.0

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

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.