Struct TestValueTypes.ElementReference
Assembly: NXOpen.dll
Syntax
public struct TestValueTypes.ElementReference
Constructors
ElementReference(string, string, int)
Declaration
public ElementReference(string ElementTypeName, string ElementPropertyName, int ElementPropertyValue)
Parameters
Type |
Name |
Description |
string |
ElementTypeName |
|
string |
ElementPropertyName |
|
int |
ElementPropertyValue |
|
Fields
ElementPropertyName
Declaration
public string ElementPropertyName
Field Value
ElementPropertyValue
Declaration
public int ElementPropertyValue
Field Value
ElementTypeName
Declaration
public string ElementTypeName
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides