Search Results for

    Show / Hide Table of Contents

    Class SectionFeatureSpreadsheetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SectionFeatureSpreadsheetBuilder
    SectionFeatureSpreadsheetBuilder
    SteelFeatureSpreadsheetBuilder
    Implements
    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, 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.Features.Industry
    Assembly: NXOpen.dll
    Syntax
    public class SectionFeatureSpreadsheetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SectionFeatureSpreadsheetBuilder()

    Declaration
    protected SectionFeatureSpreadsheetBuilder()

    Properties

    SectionType

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Removed with no replacement")]
    public int SectionType { get; set; }
    Property Value
    Type Description
    int

    SteelFeatureType

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

    Methods

    CacheSpreadsheetData()

    Declaration
    public void CacheSpreadsheetData()

    DeleteImportedSketch()

    Declaration
    public void DeleteImportedSketch()

    EditParameter(string, string)

    Declaration
    public void EditParameter(string parameterName, string parameterValue)
    Parameters
    Type Name Description
    string parameterName
    string parameterValue

    EditPrimaryParameter(string, string)

    Declaration
    public void EditPrimaryParameter(string parameterName, string parameterValue)
    Parameters
    Type Name Description
    string parameterName
    string parameterValue

    GetAvailableSectionTypes()

    Declaration
    public string[] GetAvailableSectionTypes()
    Returns
    Type Description
    string[]

    GetImportedSketches()

    Declaration
    public Feature[] GetImportedSketches()
    Returns
    Type Description
    Feature[]

    GetParameterValues()

    Declaration
    public SpreadsheetDataParameter[] GetParameterValues()
    Returns
    Type Description
    SpreadsheetDataParameter[]

    GetSpreadsheetData()

    Declaration
    public SpreadsheetData GetSpreadsheetData()
    Returns
    Type Description
    SpreadsheetData

    ImportSketch()

    Declaration
    public void ImportSketch()

    ResetBuilderData()

    Declaration
    public void ResetBuilderData()

    RestoreSpreadsheetData()

    Declaration
    public void RestoreSpreadsheetData()

    SetContextEntity(TaggedObject)

    Declaration
    public void SetContextEntity(TaggedObject contextEntity)
    Parameters
    Type Name Description
    TaggedObject contextEntity

    SetPossibleContextAttribute(int, string)

    Declaration
    public void SetPossibleContextAttribute(int possibleContextAttributeIndex, string possibleContextAttribute)
    Parameters
    Type Name Description
    int possibleContextAttributeIndex
    string possibleContextAttribute

    SetPossibleContextAttributeCount(int)

    Declaration
    public void SetPossibleContextAttributeCount(int possibleContextAttributeCount)
    Parameters
    Type Name Description
    int possibleContextAttributeCount

    SetRuleInputs(string[], string[])

    Declaration
    public void SetRuleInputs(string[] inputNames, string[] inputValues)
    Parameters
    Type Name Description
    string[] inputNames
    string[] inputValues

    SetSectionSubType1(string)

    Declaration
    public void SetSectionSubType1(string strSectionType)
    Parameters
    Type Name Description
    string strSectionType

    SetSectionSubType2(string)

    Declaration
    public void SetSectionSubType2(string strSectionType)
    Parameters
    Type Name Description
    string strSectionType

    SetSectionType(string)

    Declaration
    public void SetSectionType(string strSectionType)
    Parameters
    Type Name Description
    string strSectionType

    SetSpreadsheetData(SpreadsheetData)

    Declaration
    public void SetSpreadsheetData(SpreadsheetData pKRUData)
    Parameters
    Type Name Description
    SpreadsheetData pKRUData

    SetSpreadsheetDataStatus(string[], int[])

    Declaration
    public void SetSpreadsheetDataStatus(string[] paramNames, int[] paramStatus)
    Parameters
    Type Name Description
    string[] paramNames
    int[] paramStatus

    SetsDefaultTypesFromContext()

    Declaration
    public void SetsDefaultTypesFromContext()

    UpdateParametersUsingRules()

    Declaration
    public void UpdateParametersUsingRules()

    UpdateSpreadsheetData(string[], string[])

    Declaration
    public void UpdateSpreadsheetData(string[] paramNames, string[] paramValues)
    Parameters
    Type Name Description
    string[] paramNames
    string[] paramValues

    Implements

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