Struct Post.GraphIds
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct GraphIds
Constructors
GraphIds(Int32, Int32)
Declaration
public GraphIds(int GraphFileId, int GraphSetId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | GraphFileId | |
| System.Int32 | GraphSetId |
Fields
GraphFileId
Declaration
public int GraphFileId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GraphSetId
Declaration
public int GraphSetId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()