Search Results for

    Show / Hide Table of Contents

    Class CadInfoManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    CadInfoManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.MendixReporting
    Assembly: NXOpen.dll
    Syntax
    public class CadInfoManager : NXRemotableObject, IMessageSink

    Constructors

    CadInfoManager(BasePart)

    Declaration
    protected CadInfoManager(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    Tag

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

    Methods

    GetCreatedBy()

    Declaration
    public string GetCreatedBy()
    Returns
    Type Description
    System.String

    GetCreationDate()

    Declaration
    public string GetCreationDate()
    Returns
    Type Description
    System.String

    GetCvfForPart(Boolean, out String, out String)

    Declaration
    public void GetCvfForPart(bool bGenerateCvfFiles, out string psCvfStream, out string geometryCvfStream)
    Parameters
    Type Name Description
    System.Boolean bGenerateCvfFiles
    System.String psCvfStream
    System.String geometryCvfStream

    GetLastModificationDate()

    Declaration
    public string GetLastModificationDate()
    Returns
    Type Description
    System.String

    GetLastModifiedBy()

    Declaration
    public string GetLastModifiedBy()
    Returns
    Type Description
    System.String

    GetPartInformation()

    Declaration
    public CadInfoManager.PartInformation GetPartInformation()
    Returns
    Type Description
    CadInfoManager.PartInformation

    GetPartType()

    Declaration
    public string GetPartType()
    Returns
    Type Description
    System.String

    GetPersistentIdForPart(TaggedObject)

    Declaration
    public string GetPersistentIdForPart(TaggedObject componentTag)
    Parameters
    Type Name Description
    TaggedObject componentTag
    Returns
    Type Description
    System.String

    GetPLLinkForPart()

    Declaration
    public string GetPLLinkForPart()
    Returns
    Type Description
    System.String

    Implements

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