Search Results for

    Show / Hide Table of Contents

    Class UFCamPref

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFCamPref
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    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
    Type Name Description
    UFCamPref.CamPrefEnum pref
    UFParam.Type type

    AskIntegerValue(CamPrefEnum, out int)

    Declaration
    public void AskIntegerValue(UFCamPref.CamPrefEnum pref, out int value)
    Parameters
    Type Name Description
    UFCamPref.CamPrefEnum pref
    int value

    AskLogicalValue(CamPrefEnum, out bool)

    Declaration
    public void AskLogicalValue(UFCamPref.CamPrefEnum pref, out bool value)
    Parameters
    Type Name Description
    UFCamPref.CamPrefEnum pref
    bool value

    SetIntegerValue(CamPrefEnum, int)

    Declaration
    public void SetIntegerValue(UFCamPref.CamPrefEnum pref, int value)
    Parameters
    Type Name Description
    UFCamPref.CamPrefEnum pref
    int value

    SetLogicalValue(CamPrefEnum, bool)

    Declaration
    public void SetLogicalValue(UFCamPref.CamPrefEnum pref, bool value)
    Parameters
    Type Name Description
    UFCamPref.CamPrefEnum pref
    bool value

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX