Search Results for

    Show / Hide Table of Contents

    Class MultiToolExport

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MultiToolExport
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.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
    System.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
    System.String

    Methods

    Export()

    Declaration
    public void Export()

    GetValidAttributes(String)

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

    GetValidTargetClasses(MultiToolExport.SaveFlags, String)

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

    GetValidValuesOfAttribute(String, out String[], out String[])

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

    SetAttributeAndValue(String[], String[])

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

    Implements

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