Struct TestValueTypes.ElementReference
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.ModelCheck
Assembly: NXOpen.dll
Syntax
public struct ElementReference
Constructors
ElementReference(String, String, Int32)
Declaration
public ElementReference(string ElementTypeName, string ElementPropertyName, int ElementPropertyValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | ElementTypeName | |
System.String | ElementPropertyName | |
System.Int32 | ElementPropertyValue |
Fields
ElementPropertyName
Declaration
public string ElementPropertyName
Field Value
Type | Description |
---|---|
System.String |
ElementPropertyValue
Declaration
public int ElementPropertyValue
Field Value
Type | Description |
---|---|
System.Int32 |
ElementTypeName
Declaration
public string ElementTypeName
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()