Class EntityPropTableBuilder
Inheritance
EntityPropTableBuilder
Assembly: NXOpen.dll
Syntax
public class EntityPropTableBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
EntityPropTableBuilder()
Declaration
protected EntityPropTableBuilder()
Properties
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Methods
GetBooleanPropertyNames(out string[])
Declaration
public void GetBooleanPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetBooleanPropertyValue(string)
Declaration
public bool GetBooleanPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetCsysPropertyNames(out string[])
Declaration
public void GetCsysPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetCsysPropertyValue(string)
Declaration
public CoordinateSystem GetCsysPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetDirectionPropertyNames(out string[])
Declaration
public void GetDirectionPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetDirectionPropertyValue(string)
Declaration
public Direction GetDirectionPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetEntitySubtypeName()
Declaration
public string GetEntitySubtypeName()
Returns
GetFileReferencePropertyNames(out string[])
Declaration
public void GetFileReferencePropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetFileReferenceValue(string)
Declaration
public string GetFileReferenceValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetIntegerPropertyNames(out string[])
Declaration
public void GetIntegerPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetIntegerPropertyValue(string)
Declaration
public int GetIntegerPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetMaterialPropertyNames(out string[])
Declaration
public void GetMaterialPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetMaterialPropertyValue(string, out bool)
Declaration
public PhysicalMaterial GetMaterialPropertyValue(string propertyName, out bool isInherited)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
bool |
isInherited |
|
Returns
GetMultiColumnSelectionListPropertyNames(out string[])
Declaration
public void GetMultiColumnSelectionListPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetMultiColumnSelectionListPropertyValue(string, out string[])
Declaration
public void GetMultiColumnSelectionListPropertyValue(string propertyName, out string[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string[] |
propertyValue |
|
GetMultiTextPropertyNames(out string[])
Declaration
public void GetMultiTextPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetMultiTextPropertyValue(string)
Declaration
public string GetMultiTextPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetMultipleColumnListPropertyValue(string)
Declaration
public NXObject[] GetMultipleColumnListPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetMultipleReferencePropertyNames(out string[])
Declaration
public void GetMultipleReferencePropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetMultipleReferencePropertyValue(string)
Declaration
public NXObject[] GetMultipleReferencePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetPointPropertyNames(out string[])
Declaration
public void GetPointPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetPointPropertyValue(string)
Declaration
public Point GetPointPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetPropertyOverrideState(string)
Declaration
public ParamOverrideState GetPropertyOverrideState(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetRGBColorPropertyNames(out string[])
Declaration
public void GetRGBColorPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetRGBColorPropertyValue(string, out double[])
Declaration
public void GetRGBColorPropertyValue(string propertyName, out double[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
double[] |
propertyValue |
|
GetRGBColorPropertyValue255(string, out int[])
Declaration
public void GetRGBColorPropertyValue255(string propertyName, out int[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
int[] |
propertyValue |
|
GetReferencePropertyNames(out string[])
Declaration
public void GetReferencePropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetReferencePropertyValue(string)
Declaration
public NXObject GetReferencePropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetScalarExpressionPropertyNames(out string[])
Declaration
public void GetScalarExpressionPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetScalarExpressionPropertyValue(string, out double, out Unit)
Declaration
public void GetScalarExpressionPropertyValue(string propertyName, out double propertyValue, out Unit unitType)
Parameters
GetStringPropertyNames(out string[])
Declaration
public void GetStringPropertyNames(out string[] propertyNames)
Parameters
Type |
Name |
Description |
string[] |
propertyNames |
|
GetStringPropertyValue(string)
Declaration
public string GetStringPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
SetBooleanPropertyValue(string, bool)
Declaration
public void SetBooleanPropertyValue(string propertyName, bool propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
bool |
propertyValue |
|
SetCsysPropertyValue(string, CoordinateSystem)
Declaration
public void SetCsysPropertyValue(string propertyName, CoordinateSystem propertyValue)
Parameters
SetDirectionPropertyValue(string, Direction)
Declaration
public void SetDirectionPropertyValue(string propertyName, Direction propertyValue)
Parameters
SetEntitySubtypeName(string)
Declaration
public void SetEntitySubtypeName(string entitySubtypeName)
Parameters
Type |
Name |
Description |
string |
entitySubtypeName |
|
SetFileReferenceValue(string, string)
Declaration
public void SetFileReferenceValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string |
propertyValue |
|
SetIntegerPropertyValue(string, int)
Declaration
public void SetIntegerPropertyValue(string propertyName, int propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
int |
propertyValue |
|
SetMaterialPropertyValue(string, bool, PhysicalMaterial)
Declaration
public void SetMaterialPropertyValue(string propertyName, bool isInherited, PhysicalMaterial propertyValue)
Parameters
SetMultiColumnSelectionListPropertyValue(string, string[])
Declaration
public void SetMultiColumnSelectionListPropertyValue(string propertyName, string[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string[] |
propertyValue |
|
SetMultiTextPropertyValue(string, string)
Declaration
public void SetMultiTextPropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string |
propertyValue |
|
SetMultipleColumnListPropertyValue(string, NXObject[])
Declaration
public void SetMultipleColumnListPropertyValue(string propertyName, NXObject[] propertyValue)
Parameters
SetMultipleReferencePropertyValue(string, NXObject[])
Declaration
public void SetMultipleReferencePropertyValue(string propertyName, NXObject[] propertyValue)
Parameters
SetPointPropertyValue(string, Point)
Declaration
public void SetPointPropertyValue(string propertyName, Point propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Point |
propertyValue |
|
SetPropertyOverrideState(string, ParamOverrideState)
Declaration
public void SetPropertyOverrideState(string propertyName, ParamOverrideState overrideState)
Parameters
SetPropertyWithoutValue(string)
Declaration
public void SetPropertyWithoutValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
SetRGBColorPropertyValue(string, double[])
Declaration
public void SetRGBColorPropertyValue(string propertyName, double[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
double[] |
propertyValue |
|
SetRGBColorPropertyValue255(string, int[])
Declaration
public void SetRGBColorPropertyValue255(string propertyName, int[] propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
int[] |
propertyValue |
|
SetReferencePropertyValue(string, NXObject)
Declaration
public void SetReferencePropertyValue(string propertyName, NXObject propertyValue)
Parameters
SetScalarExpressionPropertyValue(string, double, Unit)
Declaration
public void SetScalarExpressionPropertyValue(string propertyName, double propertyValue, Unit unitType)
Parameters
SetScalarExpressionPropertyValue(string, string, Unit)
Declaration
public void SetScalarExpressionPropertyValue(string propertyName, string propertyValue, Unit unitType)
Parameters
SetStringPropertyValue(string, string)
Declaration
public void SetStringPropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink