Class BIMClassificationBuilder
Inheritance
BIMClassificationBuilder
Assembly: NXOpen.dll
Syntax
public class BIMClassificationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BIMClassificationBuilder()
Declaration
protected BIMClassificationBuilder()
Properties
BoolValue
Declaration
public bool BoolValue { get; set; }
Property Value
Category
Declaration
public string Category { get; set; }
Property Value
ComponentType
Declaration
public int ComponentType { get; set; }
Property Value
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
IntValue
Declaration
public int IntValue { get; set; }
Property Value
PropertiesRequisiteType
Declaration
public BIMClassificationBuilder.RequisiteTypes PropertiesRequisiteType { get; set; }
Property Value
Property
Declaration
public string Property { get; set; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Methods
GetSelectParts(out Part[])
Declaration
public void GetSelectParts(out Part[] selectParts)
Parameters
Type |
Name |
Description |
Part[] |
selectParts |
|
SetBoolValueAndTypeAsPropertyName(string, bool, string, string)
Declaration
public void SetBoolValueAndTypeAsPropertyName(string propertyName, bool boolValue, string strDataType, string strRequisite)
Parameters
SetDoubleValueAndTypeAsPropertyName(string, double, string, string)
Declaration
public void SetDoubleValueAndTypeAsPropertyName(string propertyName, double doubleValue, string strDataType, string strRequisite)
Parameters
SetIntValueAndTypeAsPropertyName(string, int, string, string)
Declaration
public void SetIntValueAndTypeAsPropertyName(string propertyName, int intValue, string strDataType, string strRequisite)
Parameters
SetSelectParts(Part[])
Declaration
public void SetSelectParts(Part[] selectParts)
Parameters
Type |
Name |
Description |
Part[] |
selectParts |
|
SetStringValueAndTypeAsPropertyName(string, string, string, string)
Declaration
public void SetStringValueAndTypeAsPropertyName(string propertyName, string stringValue, string strDataType, string strRequisite)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink