Search Results for

    Show / Hide Table of Contents

    Interface IPmi

    Inherited Members
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public interface IPmi : INXObject

    Properties

    Index

    Declaration
    int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsMirrored

    Declaration
    bool IsMirrored { get; }
    Property Value
    Type Description
    System.Boolean

    IsWaveLinked

    Declaration
    bool IsWaveLinked { get; }
    Property Value
    Type Description
    System.Boolean

    LinkSource

    Declaration
    Annotation LinkSource { get; }
    Property Value
    Type Description
    Annotation

    Methods

    AddBusinessModifiers(BusinessModifier[])

    Declaration
    void AddBusinessModifiers(BusinessModifier[] businessModifiers)
    Parameters
    Type Name Description
    BusinessModifier[] businessModifiers

    GetAssociatedObject()

    Declaration
    AssociatedObject GetAssociatedObject()
    Returns
    Type Description
    AssociatedObject

    GetBusinessModifiers()

    Declaration
    BusinessModifier[] GetBusinessModifiers()
    Returns
    Type Description
    BusinessModifier[]

    GetSharedAssociatedObject()

    Declaration
    AssociatedObject GetSharedAssociatedObject()
    Returns
    Type Description
    AssociatedObject

    SetAssociatedObject(AssociatedObject)

    Declaration
    void SetAssociatedObject(AssociatedObject assocObj)
    Parameters
    Type Name Description
    AssociatedObject assocObj

    SetBusinessModifiers(BusinessModifier[])

    Declaration
    void SetBusinessModifiers(BusinessModifier[] businessModifiers)
    Parameters
    Type Name Description
    BusinessModifier[] businessModifiers
    In This Article
    Back to top Generated by DocFX