Class PropTable
Inheritance
System.Object
System.MarshalByRefObject
PropTable
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)
Namespace: NXOpen.CAE.AeroStructures
Assembly: NXOpen.dll
Syntax
public class PropTable : PropertyTable, IMessageSink, INXObject
Constructors
PropTable()
Declaration
protected PropTable()
Methods
GetLoadExtractionPropertyValue(String)
Declaration
public LoadExtractionValue GetLoadExtractionPropertyValue(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Returns
Type | Description |
---|---|
LoadExtractionValue |
GetMarginPropertyType(String)
Declaration
public PropTable.MarginPropertyType GetMarginPropertyType(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Returns
Type | Description |
---|---|
PropTable.MarginPropertyType |
SetLoadExtractionPropertyValue(String, LoadExtractionValue)
Declaration
public void SetLoadExtractionPropertyValue(string propertyName, LoadExtractionValue propertyValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
LoadExtractionValue | propertyValue |
Implements
System.Runtime.Remoting.Messaging.IMessageSink