Search Results for

    Show / Hide Table of Contents

    Class DefEditorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DefEditorBuilder
    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.SIM.PostConfigurator
    Assembly: NXOpen.dll
    Syntax
    public class DefEditorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DefEditorBuilder()

    Declaration
    protected DefEditorBuilder()

    Properties

    CurrentLayer

    Declaration
    public string CurrentLayer { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AddAddress(String, String, String, DefEditorBuilder.AddressForceType, String, DefEditorBuilder.AddressLeaderType, String, DefEditorBuilder.AddressTrailerType, Boolean, Double, DefEditorBuilder.AddressLimitHandleType, Boolean, Double, DefEditorBuilder.AddressLimitHandleType)

    Declaration
    public void AddAddress(string addressName, string formatName, string zeroLimitName, DefEditorBuilder.AddressForceType forceType, string leader, DefEditorBuilder.AddressLeaderType leaderType, string trailer, DefEditorBuilder.AddressTrailerType trailerType, bool maxIsDefine, double maxLimit, DefEditorBuilder.AddressLimitHandleType maxHandeType, bool minIsDefine, double minLimit, DefEditorBuilder.AddressLimitHandleType minHandeType)
    Parameters
    Type Name Description
    System.String addressName
    System.String formatName
    System.String zeroLimitName
    DefEditorBuilder.AddressForceType forceType
    System.String leader
    DefEditorBuilder.AddressLeaderType leaderType
    System.String trailer
    DefEditorBuilder.AddressTrailerType trailerType
    System.Boolean maxIsDefine
    System.Double maxLimit
    DefEditorBuilder.AddressLimitHandleType maxHandeType
    System.Boolean minIsDefine
    System.Double minLimit
    DefEditorBuilder.AddressLimitHandleType minHandeType

    AddAddressWithOmit(String, String, String, DefEditorBuilder.AddressForceType, String, DefEditorBuilder.AddressLeaderType, String, DefEditorBuilder.AddressTrailerType, Boolean, Double, DefEditorBuilder.AddressLimitHandleType, Boolean, Double, DefEditorBuilder.AddressLimitHandleType, String)

    Declaration
    public void AddAddressWithOmit(string addressName, string formatName, string zeroLimitName, DefEditorBuilder.AddressForceType forceType, string leader, DefEditorBuilder.AddressLeaderType leaderType, string trailer, DefEditorBuilder.AddressTrailerType trailerType, bool maxIsDefine, double maxLimit, DefEditorBuilder.AddressLimitHandleType maxHandeType, bool minIsDefine, double minLimit, DefEditorBuilder.AddressLimitHandleType minHandeType, string omit)
    Parameters
    Type Name Description
    System.String addressName
    System.String formatName
    System.String zeroLimitName
    DefEditorBuilder.AddressForceType forceType
    System.String leader
    DefEditorBuilder.AddressLeaderType leaderType
    System.String trailer
    DefEditorBuilder.AddressTrailerType trailerType
    System.Boolean maxIsDefine
    System.Double maxLimit
    DefEditorBuilder.AddressLimitHandleType maxHandeType
    System.Boolean minIsDefine
    System.Double minLimit
    DefEditorBuilder.AddressLimitHandleType minHandeType
    System.String omit

    AddBlockAddress(String, String, Int32, String, Int32, Boolean, Boolean)

    Declaration
    public void AddBlockAddress(string blockTemplateName, string blockAddressName, int blockItemType, string expression, int addressIndex, bool isOptional, bool hasNoWordSeparator)
    Parameters
    Type Name Description
    System.String blockTemplateName
    System.String blockAddressName
    System.Int32 blockItemType
    System.String expression
    System.Int32 addressIndex
    System.Boolean isOptional
    System.Boolean hasNoWordSeparator

    AddBlockTemplate(String, String[], DefEditorBuilder.BlockItemType[], String[], Int32[], Boolean[], Boolean[])

    Declaration
    public void AddBlockTemplate(string blockTemplateName, string[] blockAddressName, DefEditorBuilder.BlockItemType[] blockItemType, string[] expression, int[] addressIndex, bool[] isOptional, bool[] hasNoWordSeparator)
    Parameters
    Type Name Description
    System.String blockTemplateName
    System.String[] blockAddressName
    DefEditorBuilder.BlockItemType[] blockItemType
    System.String[] expression
    System.Int32[] addressIndex
    System.Boolean[] isOptional
    System.Boolean[] hasNoWordSeparator

    AddFormat(String, Boolean, Boolean, Boolean, Boolean, Int32, Int32, DefEditorBuilder.FormatType)

    Declaration
    public void AddFormat(string formatName, bool isOutputLeaderPlusSign, bool isOutputLeadingZeros, bool isOutputDecimalPoint, bool isOutputTrailingZeros, int visibleDigits, int visibleDecimals, DefEditorBuilder.FormatType formatType)
    Parameters
    Type Name Description
    System.String formatName
    System.Boolean isOutputLeaderPlusSign
    System.Boolean isOutputLeadingZeros
    System.Boolean isOutputDecimalPoint
    System.Boolean isOutputTrailingZeros
    System.Int32 visibleDigits
    System.Int32 visibleDecimals
    DefEditorBuilder.FormatType formatType

    DeleteAddress(String)

    Declaration
    public void DeleteAddress(string addressName)
    Parameters
    Type Name Description
    System.String addressName

    DeleteBlockAddress(String, String)

    Declaration
    public void DeleteBlockAddress(string blockTemplateName, string addressName)
    Parameters
    Type Name Description
    System.String blockTemplateName
    System.String addressName

    DeleteBlockTemplate(String)

    Declaration
    public void DeleteBlockTemplate(string blockTemplateName)
    Parameters
    Type Name Description
    System.String blockTemplateName

    DeleteFormat(String)

    Declaration
    public void DeleteFormat(string formatName)
    Parameters
    Type Name Description
    System.String formatName

    Implements

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