Search Results for

    Show / Hide Table of Contents

    Class ComponentDefinitionCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    ComponentDefinitionCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Layout2d
    Assembly: NXOpen.dll
    Syntax
    public class ComponentDefinitionCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    ComponentDefinitionCollection()

    Declaration
    protected ComponentDefinitionCollection()

    ComponentDefinitionCollection(Part)

    Declaration
    protected ComponentDefinitionCollection(Part owner)
    Parameters
    Type Name Description
    Part owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    Delete(Layout2dDefinitionLocation, String)

    Declaration
    public void Delete(Layout2dDefinitionLocation location, string definitionPath)
    Parameters
    Type Name Description
    Layout2dDefinitionLocation location
    System.String definitionPath

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public ComponentDefinition FindObject(string sid)
    Parameters
    Type Name Description
    System.String sid
    Returns
    Type Description
    ComponentDefinition

    RefreshAllReferences()

    Declaration
    public void RefreshAllReferences()

    Rename(Layout2dDefinitionLocation, String, String)

    Declaration
    public void Rename(Layout2dDefinitionLocation location, string definitionPath, string newName)
    Parameters
    Type Name Description
    Layout2dDefinitionLocation location
    System.String definitionPath
    System.String newName

    SetAutomaticPreview(Layout2dDefinitionLocation, String, Boolean)

    Declaration
    public void SetAutomaticPreview(Layout2dDefinitionLocation location, string definitionPath, bool isAutomatic)
    Parameters
    Type Name Description
    Layout2dDefinitionLocation location
    System.String definitionPath
    System.Boolean isAutomatic

    ToArray()

    Declaration
    public LocalDefinitionFolder[] ToArray()
    Returns
    Type Description
    LocalDefinitionFolder[]

    Update(Layout2dDefinitionLocation, String)

    Declaration
    public void Update(Layout2dDefinitionLocation location, string definitionPath)
    Parameters
    Type Name Description
    Layout2dDefinitionLocation location
    System.String definitionPath

    UpdateImage(Layout2dDefinitionLocation, String, String)

    Declaration
    public void UpdateImage(Layout2dDefinitionLocation location, string definitionPath, string imagePath)
    Parameters
    Type Name Description
    Layout2dDefinitionLocation location
    System.String definitionPath
    System.String imagePath

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX