Search Results for

    Show / Hide Table of Contents

    Class PmiMaterialSpecificationData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PmiSemanticData
    PmiMaterialSpecificationData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PmiSemanticData.FreeResource()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiMaterialSpecificationData : PmiSemanticData, IMessageSink, IDisposable

    Constructors

    PmiMaterialSpecificationData(nint)

    Declaration
    protected PmiMaterialSpecificationData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    AlternateMaterialName

    Declaration
    public string AlternateMaterialName { get; }
    Property Value
    Type Description
    string

    Identifier

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    string

    MaterialCategory

    Declaration
    public string MaterialCategory { get; }
    Property Value
    Type Description
    string

    MaterialName

    Declaration
    public string MaterialName { get; }
    Property Value
    Type Description
    string

    MaterialType

    Declaration
    public string MaterialType { get; }
    Property Value
    Type Description
    string

    Revision

    Declaration
    public string Revision { get; }
    Property Value
    Type Description
    string

    Title

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string

    Methods

    GetNomenclature()

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

    GetOpenField()

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

    Implements

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