Class PropTable
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 |
string |
propertyName |
|
Returns
GetLaminatePropertyValue(string)
Declaration
public LaminateValue GetLaminatePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
Declaration
public LoadExtractionValue GetLoadExtractionPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetMarginPropertyType(string)
Declaration
public PropTable.MarginPropertyType GetMarginPropertyType(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetTableParamPropertyValue(string)
Declaration
public TableParamValue GetTableParamPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
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 |
string |
propertyName |
|
string |
propertyValue |
|
SetLaminatePropertyValue(string, LaminateValue)
Declaration
public void SetLaminatePropertyValue(string propertyName, LaminateValue propertyValue)
Parameters
Declaration
public void SetLoadExtractionPropertyValue(string propertyName, LoadExtractionValue propertyValue)
Parameters
SetTableParamPropertyValue(string, TableParamValue)
Declaration
public void SetTableParamPropertyValue(string propertyName, TableParamValue propertyValue)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink