Class PropTable
Inheritance
System.Object
System.MarshalByRefObject
PropTable
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class PropTable : PropertyTable, IMessageSink, INXObject
Constructors
PropTable()
Declaration
Methods
GetDescriptionPropertyValue(String)
Declaration
public DescriptionValue GetDescriptionPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetLaminatePropertyValue(String)
Declaration
public LaminateValue GetLaminatePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Declaration
public LoadExtractionValue GetLoadExtractionPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetMarginPropertyType(String)
Declaration
public PropTable.MarginPropertyType GetMarginPropertyType(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetTableParamPropertyValue(String)
Declaration
public TableParamValue GetTableParamPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
SetDescriptionPropertyValue(String, DescriptionValue)
Declaration
public void SetDescriptionPropertyValue(string propertyName, DescriptionValue propertyValue)
Parameters
SetFilePropertyValue(String, String)
Declaration
public void SetFilePropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
propertyValue |
|
SetLaminatePropertyValue(String, LaminateValue)
Declaration
public void SetLaminatePropertyValue(string propertyName, LaminateValue propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
LaminateValue |
propertyValue |
|
Declaration
public void SetLoadExtractionPropertyValue(string propertyName, LoadExtractionValue propertyValue)
Parameters
SetTableParamPropertyValue(String, TableParamValue)
Declaration
public void SetTableParamPropertyValue(string propertyName, TableParamValue propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
TableParamValue |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink