Class UFCamPref
Assembly: NXOpen.UF.dll
Syntax
public class UFCamPref : NXRemotableObject, IMessageSink
Methods
AskDataType(CamPrefEnum, out Type)
Declaration
public void AskDataType(UFCamPref.CamPrefEnum pref, out UFParam.Type type)
Parameters
AskIntegerValue(CamPrefEnum, out int)
Declaration
public void AskIntegerValue(UFCamPref.CamPrefEnum pref, out int value)
Parameters
AskLogicalValue(CamPrefEnum, out bool)
Declaration
public void AskLogicalValue(UFCamPref.CamPrefEnum pref, out bool value)
Parameters
SetIntegerValue(CamPrefEnum, int)
Declaration
public void SetIntegerValue(UFCamPref.CamPrefEnum pref, int value)
Parameters
SetLogicalValue(CamPrefEnum, bool)
Declaration
public void SetLogicalValue(UFCamPref.CamPrefEnum pref, bool value)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink