Search Results for

    Show / Hide Table of Contents

    Class SaveOptions

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

    Constructors

    SaveOptions(PartCollection)

    Declaration
    protected SaveOptions(PartCollection owner)
    Parameters
    Type Name Description
    PartCollection owner

    Properties

    FamilyDefaultDirectory

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

    Tag

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

    TrueShapeData

    Declaration
    public bool TrueShapeData { get; set; }
    Property Value
    Type Description
    bool

    VisualizationData

    Declaration
    public bool VisualizationData { get; set; }
    Property Value
    Type Description
    bool

    Implements

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