Search Results for

    Show / Hide Table of Contents

    Struct Post.GraphIds

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Post.GraphIds

    Constructors

    GraphIds(int, int)

    Declaration
    public GraphIds(int GraphFileId, int GraphSetId)
    Parameters
    Type Name Description
    int GraphFileId
    int GraphSetId

    Fields

    GraphFileId

    Declaration
    public int GraphFileId
    Field Value
    Type Description
    int

    GraphSetId

    Declaration
    public int GraphSetId
    Field Value
    Type Description
    int

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX