Search Results for

    Show / Hide Table of Contents

    Class ShipAttributeHolder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ShipAttributeHolder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ShipAttributeHolder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ShipAttributeHolder()

    Declaration
    protected ShipAttributeHolder()

    Methods

    CopyAttributesToObjects(Boolean, FeatureBuilder)

    Declaration
    public void CopyAttributesToObjects(bool bCreate, FeatureBuilder featBuilder)
    Parameters
    Type Name Description
    System.Boolean bCreate
    FeatureBuilder featBuilder

    CopyAttributesToPart(NXObject[])

    Declaration
    [Obsolete("Deprecated in NX8.0.1.  This method is no longer valid. Use the un-deprecated method with the same method name.")]
    public void CopyAttributesToPart(NXObject[] object)
    Parameters
    Type Name Description
    NXObject[] object

    CopyAttributesToPart(Boolean, FeatureBuilder)

    Declaration
    public void CopyAttributesToPart(bool bCreate, FeatureBuilder featBuilder)
    Parameters
    Type Name Description
    System.Boolean bCreate
    FeatureBuilder featBuilder

    GetAttributeProxy()

    Declaration
    public NXObject GetAttributeProxy()
    Returns
    Type Description
    NXObject

    GetContextAttributeFromNamesBuilder(FeatureBuilder)

    Declaration
    public void GetContextAttributeFromNamesBuilder(FeatureBuilder featBuilder)
    Parameters
    Type Name Description
    FeatureBuilder featBuilder

    SetAttributesToObjects(NXObject[])

    Declaration
    [Obsolete("Deprecated in NX8.0.1.  Use NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToProxy instead.")]
    public void SetAttributesToObjects(NXObject[] object)
    Parameters
    Type Name Description
    NXObject[] object

    SetAttributesToObjects(Boolean, FeatureBuilder)

    Declaration
    [Obsolete("Deprecated in NX8.0.2.  Use NXOpen.Features.ShipDesign.ShipAttributeHolder.SetAttributesToProxy instead.")]
    public void SetAttributesToObjects(bool bCreate, FeatureBuilder featBuilder)
    Parameters
    Type Name Description
    System.Boolean bCreate
    FeatureBuilder featBuilder

    SetAttributesToProxy(NXObject)

    Declaration
    public void SetAttributesToProxy(NXObject object)
    Parameters
    Type Name Description
    NXObject object

    SetAttributeToObjects(NXObject[])

    Declaration
    public void SetAttributeToObjects(NXObject[] objects)
    Parameters
    Type Name Description
    NXObject[] objects

    SetAttributeToProxyFromBuilder(FeatureBuilder)

    Declaration
    public void SetAttributeToProxyFromBuilder(FeatureBuilder featBuilder)
    Parameters
    Type Name Description
    FeatureBuilder featBuilder

    UpdateContextName(NXObject)

    Declaration
    public void UpdateContextName(NXObject featureTag)
    Parameters
    Type Name Description
    NXObject featureTag

    UpdateContextNameAndRenameFeature(NXObject)

    Declaration
    public void UpdateContextNameAndRenameFeature(NXObject featureTag)
    Parameters
    Type Name Description
    NXObject featureTag

    Implements

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