Class PropertyTable
Inheritance
System.Object
System.MarshalByRefObject
PropertyTable
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 PropertyTable : BasePropertyTable, IMessageSink, INXObject
Constructors
PropertyTable()
Declaration
protected PropertyTable()
Methods
AddElementsToNamedPropertyTableArrayPropertyValue(String, NamedPropertyTable[])
Declaration
public void AddElementsToNamedPropertyTableArrayPropertyValue(string propertyName, NamedPropertyTable[] propertyValue)
Parameters
GetAxisPropertyValue(String)
Declaration
public Axis GetAxisPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetCaeSectionPropertyValue(String)
Declaration
public BeamSectionOptions GetCaeSectionPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetDateTimePropertyValue(String, out Int32, out Int32, out Int32, out Int32, out Int32, out Int32, out Int32)
Declaration
public void GetDateTimePropertyValue(string propertyName, out int propertyYear, out int propertyMonth, out int propertyDay, out int propertyHour, out int propertyMin, out int propertySecond, out int propertyMsec)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Int32 |
propertyYear |
|
System.Int32 |
propertyMonth |
|
System.Int32 |
propertyDay |
|
System.Int32 |
propertyHour |
|
System.Int32 |
propertyMin |
|
System.Int32 |
propertySecond |
|
System.Int32 |
propertyMsec |
|
Declaration
public string GetExtMenuPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
GetNamedPropertyTableArrayPropertyValue(String)
Declaration
public NamedPropertyTable[] GetNamedPropertyTableArrayPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetNamedPropertyTablePropertyValue(String)
Declaration
public NamedPropertyTable GetNamedPropertyTablePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetPhysicalMaterialPropertyValue(String)
Declaration
public MaterialOptions GetPhysicalMaterialPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetPointPropertyValue(String)
Declaration
public Point GetPointPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetPropertyType(String)
Declaration
public PropertyTable.PropertyType GetPropertyType(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetReferencePropertyValue(String)
Declaration
public NXObject GetReferencePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetReferencePropertyValueArray(String, out NXObject[])
Declaration
public void GetReferencePropertyValueArray(string propertyName, out NXObject[] propertyValues)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
NXObject[] |
propertyValues |
|
GetScalarFieldPropertyValue(String)
Declaration
public FieldExpression GetScalarFieldPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetScalarWithDataPropertyValue(String, out Double, out Unit)
Declaration
public void GetScalarWithDataPropertyValue(string propertyName, out double propertyValue, out Unit unitType)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Double |
propertyValue |
|
Unit |
unitType |
|
GetSectionOffsetPropertyValue(String)
Declaration
public BeamSectionOffsetOptions GetSectionOffsetPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetSectionOrientationPropertyValue(String)
Declaration
public BeamSectionOrientationOptions GetSectionOrientationPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetSetManagerPropertyValue(String)
Declaration
public SetManager GetSetManagerPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetStringArrayPropertyValue(String)
Declaration
public string[] GetStringArrayPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String[] |
|
GetStringArrayPropertyValueChoices(String)
Declaration
public string[] GetStringArrayPropertyValueChoices(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String[] |
|
GetTextPropertyValue(String)
Declaration
public string[] GetTextPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String[] |
|
GetVectorFieldWrapperPropertyValue(String)
Declaration
public VectorFieldWrapper GetVectorFieldWrapperPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
GetVectorPropertyValue(String)
Declaration
public Direction GetVectorPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
RemoveElementsFromNamedPropertyTableArrayPropertyValue(String, NamedPropertyTable[])
Declaration
public void RemoveElementsFromNamedPropertyTableArrayPropertyValue(string propertyName, NamedPropertyTable[] propertyValue)
Parameters
SetAxisPropertyValue(String, Axis)
Declaration
public void SetAxisPropertyValue(string propertyName, Axis propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Axis |
propertyValue |
|
SetCaeSectionPropertyValue(String, BeamSectionOptions)
Declaration
public void SetCaeSectionPropertyValue(string propertyName, BeamSectionOptions beamSectionOptions)
Parameters
SetDateTimePropertyValue(String, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Declaration
public void SetDateTimePropertyValue(string propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Int32 |
propertyYear |
|
System.Int32 |
propertyMonth |
|
System.Int32 |
propertyDay |
|
System.Int32 |
propertyHour |
|
System.Int32 |
propertyMin |
|
System.Int32 |
propertySecond |
|
System.Int32 |
propertyMsec |
|
Declaration
public void SetExtMenuPropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
propertyValue |
|
SetNamedPropertyTableArrayPropertyValue(String, NamedPropertyTable[])
Declaration
public void SetNamedPropertyTableArrayPropertyValue(string propertyName, NamedPropertyTable[] propertyValue)
Parameters
SetNamedPropertyTablePropertyValue(String, NamedPropertyTable)
Declaration
public void SetNamedPropertyTablePropertyValue(string propertyName, NamedPropertyTable namedPropertyTable)
Parameters
SetPhysicalMaterialPropertyValue(String, MaterialOptions)
Declaration
public void SetPhysicalMaterialPropertyValue(string propertyName, MaterialOptions materialOptions)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
MaterialOptions |
materialOptions |
|
SetPointPropertyValue(String, Point)
Declaration
public void SetPointPropertyValue(string propertyName, Point propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Point |
propertyValue |
|
SetReferencePropertyValue(String, NXObject)
Declaration
public void SetReferencePropertyValue(string propertyName, NXObject propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
NXObject |
propertyValue |
|
SetReferencePropertyValueArray(String, NXObject[])
Declaration
public void SetReferencePropertyValueArray(string propertyName, NXObject[] propertyValues)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
NXObject[] |
propertyValues |
|
SetScalarFieldPropertyValue(String, FieldExpression)
Declaration
public void SetScalarFieldPropertyValue(string propertyName, FieldExpression propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
FieldExpression |
propertyValue |
|
SetScalarWithDataPropertyValue(String, Double, Unit)
Declaration
public void SetScalarWithDataPropertyValue(string propertyName, double propertyValue, Unit unitType)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Double |
propertyValue |
|
Unit |
unitType |
|
SetScalarWithDataPropertyValue(String, String, Unit)
Declaration
public void SetScalarWithDataPropertyValue(string propertyName, string propertyValue, Unit unitType)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
propertyValue |
|
Unit |
unitType |
|
SetSectionOffsetPropertyValue(String, BeamSectionOffsetOptions)
Declaration
public void SetSectionOffsetPropertyValue(string propertyName, BeamSectionOffsetOptions beamSectionOptions)
Parameters
SetSectionOrientationPropertyValue(String, BeamSectionOrientationOptions)
Declaration
public void SetSectionOrientationPropertyValue(string propertyName, BeamSectionOrientationOptions beamSectionOptions)
Parameters
SetStringArrayPropertyValue(String, String[])
Declaration
public void SetStringArrayPropertyValue(string propertyName, string[] propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String[] |
propertyValue |
|
SetTextPropertyValue(String, String[])
Declaration
public void SetTextPropertyValue(string propertyName, string[] propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String[] |
propertyValue |
|
SetVectorFieldWrapperPropertyValue(String, VectorFieldWrapper)
Declaration
public void SetVectorFieldWrapperPropertyValue(string propertyName, VectorFieldWrapper propertyValue)
Parameters
SetVectorPropertyValue(String, Direction)
Declaration
public void SetVectorPropertyValue(string propertyName, Direction propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Direction |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink