Class UFCamPref
Implements
System.Runtime.Remoting.Messaging.IMessageSink
  Inherited Members
      System.MarshalByRefObject.CreateObjRef(System.Type)
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFCamPref : NXRemotableObject, IMessageSink
  Methods
AskDataType(UFCamPref.CamPrefEnum, out UFParam.Type)
Declaration
public void AskDataType(UFCamPref.CamPrefEnum pref, out UFParam.Type type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFCamPref.CamPrefEnum | pref | |
| UFParam.Type | type | 
AskIntegerValue(UFCamPref.CamPrefEnum, out Int32)
Declaration
public void AskIntegerValue(UFCamPref.CamPrefEnum pref, out int value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFCamPref.CamPrefEnum | pref | |
| System.Int32 | value | 
AskLogicalValue(UFCamPref.CamPrefEnum, out Boolean)
Declaration
public void AskLogicalValue(UFCamPref.CamPrefEnum pref, out bool value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFCamPref.CamPrefEnum | pref | |
| System.Boolean | value | 
SetIntegerValue(UFCamPref.CamPrefEnum, Int32)
Declaration
public void SetIntegerValue(UFCamPref.CamPrefEnum pref, int value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFCamPref.CamPrefEnum | pref | |
| System.Int32 | value | 
SetLogicalValue(UFCamPref.CamPrefEnum, Boolean)
Declaration
public void SetLogicalValue(UFCamPref.CamPrefEnum pref, bool value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| UFCamPref.CamPrefEnum | pref | |
| System.Boolean | value | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink