Class IfcParameterizedProfileDef
Inheritance
System.Object
IfcParameterizedProfileDef
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcProfileDef>
System.IEquatable<IfcParameterizedProfileDef>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.ProfileResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcParameterizedProfileDef", 104)]
public abstract class IfcParameterizedProfileDef : IfcProfileDef, INotifyPropertyChanged, IInstantiableEntity, IEquatable<IfcProfileDef>, IIfcParameterizedProfileDef, IIfcProfileDef, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcParameterizedProfileDef>
Properties
| Improve this Doc View SourcePosition
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcAxis2Placement2D Position { get; set; }
Property Value
Type | Description |
---|---|
IfcAxis2Placement2D |
Methods
| Improve this Doc View SourceEquals(IfcParameterizedProfileDef)
Declaration
public bool Equals(IfcParameterizedProfileDef other)
Parameters
Type | Name | Description |
---|---|---|
IfcParameterizedProfileDef | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcParameterizedProfileDef.Position
Declaration
IIfcAxis2Placement2D IIfcParameterizedProfileDef.Position { get; set; }
Returns
Type | Description |
---|---|
IIfcAxis2Placement2D |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>