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
SelectComponents
Declaration
public SelectComponentList SelectComponents { get; }
Property Value
StringValue
Declaration
public string StringValue { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink