Search Results for

    Show / Hide Table of Contents

    Class UFSubdiv

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFSubdiv
    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 UFSubdiv : NXRemotableObject, IMessageSink

    Methods

    AskParms(Tag, out Type, out DataStructuresUnion)

    Declaration
    public void AskParms(Tag subdiv_tag, out UFSubdiv.Type subdiv_type, out UFSubdiv.DataStructuresUnion subdiv_structure_pointer)
    Parameters
    Type Name Description
    Tag subdiv_tag
    UFSubdiv.Type subdiv_type
    UFSubdiv.DataStructuresUnion subdiv_structure_pointer

    AskType(Tag, out Type)

    Declaration
    public void AskType(Tag subdiv_tag, out UFSubdiv.Type subdiv_type)
    Parameters
    Type Name Description
    Tag subdiv_tag
    UFSubdiv.Type subdiv_type

    Create(Type, ref DataStructuresUnion, out Tag)

    Declaration
    public void Create(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer, out Tag subdiv_tag)
    Parameters
    Type Name Description
    UFSubdiv.Type subdiv_type
    UFSubdiv.DataStructuresUnion subdiv_structure_pointer
    Tag subdiv_tag

    Edit(Type, ref DataStructuresUnion, Tag)

    Declaration
    public void Edit(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer, Tag subdiv_tag)
    Parameters
    Type Name Description
    UFSubdiv.Type subdiv_type
    UFSubdiv.DataStructuresUnion subdiv_structure_pointer
    Tag subdiv_tag

    Free(Type, ref DataStructuresUnion)

    Declaration
    public void Free(UFSubdiv.Type subdiv_type, ref UFSubdiv.DataStructuresUnion subdiv_structure_pointer)
    Parameters
    Type Name Description
    UFSubdiv.Type subdiv_type
    UFSubdiv.DataStructuresUnion subdiv_structure_pointer

    Implements

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