Search Results for

    Show / Hide Table of Contents

    Class MultiToolExport

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MultiToolExport
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class MultiToolExport : TaggedObject, IMessageSink

    Constructors

    MultiToolExport()

    Declaration
    protected MultiToolExport()

    Properties

    Libref

    Declaration
    public string Libref { get; set; }
    Property Value
    Type Description
    string

    SaveFlag

    Declaration
    public MultiToolExport.SaveFlags SaveFlag { get; set; }
    Property Value
    Type Description
    MultiToolExport.SaveFlags

    TargetClass

    Declaration
    public string TargetClass { get; set; }
    Property Value
    Type Description
    string

    Methods

    Export()

    Declaration
    public void Export()

    GetValidAttributes(string)

    Declaration
    public string[] GetValidAttributes(string targetClass)
    Parameters
    Type Name Description
    string targetClass
    Returns
    Type Description
    string[]

    GetValidTargetClasses(SaveFlags, string)

    Declaration
    public string[] GetValidTargetClasses(MultiToolExport.SaveFlags saveFlag, string replaceLibref)
    Parameters
    Type Name Description
    MultiToolExport.SaveFlags saveFlag
    string replaceLibref
    Returns
    Type Description
    string[]

    GetValidValuesOfAttribute(string, out string[], out string[])

    Declaration
    public void GetValidValuesOfAttribute(string attr, out string[] valueIds, out string[] valueTexts)
    Parameters
    Type Name Description
    string attr
    string[] valueIds
    string[] valueTexts

    SetAttributeAndValue(string[], string[])

    Declaration
    public void SetAttributeAndValue(string[] attributes, string[] values)
    Parameters
    Type Name Description
    string[] attributes
    string[] values

    Implements

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