Struct IfcArcIndex
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcArcIndex", 984)]
[DefinedType(typeof(List<IfcPositiveInteger>))]
public struct IfcArcIndex : IfcSegmentIndexSelect, IIfcSegmentIndexSelect, IExpressSelectType, IExpressComplexType, IExpressValueType, IPersist, IEquatable<List<IfcPositiveInteger>>
Constructors
|
Improve this Doc
View Source
IfcArcIndex(List<IfcPositiveInteger>)
Declaration
public IfcArcIndex(List<IfcPositiveInteger> val)
Parameters
Properties
|
Improve this Doc
View Source
Value
Declaration
public readonly object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
Add(ref IfcArcIndex, IfcPositiveInteger)
Declaration
public static void Add(ref IfcArcIndex comp, IfcPositiveInteger component)
Parameters
|
Improve this Doc
View Source
Equals(List<IfcPositiveInteger>)
Declaration
public bool Equals(List<IfcPositiveInteger> other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
|
Improve this Doc
View Source
Equality(IfcArcIndex, IfcArcIndex)
Declaration
public static bool operator ==(IfcArcIndex obj1, IfcArcIndex obj2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Implicit(List<IfcPositiveInteger> to IfcArcIndex)
Declaration
public static implicit operator IfcArcIndex(List<IfcPositiveInteger> value)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IfcArcIndex to List<IfcPositiveInteger>)
Declaration
public static implicit operator List<IfcPositiveInteger>(IfcArcIndex obj)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(IfcArcIndex, IfcArcIndex)
Declaration
public static bool operator !=(IfcArcIndex obj1, IfcArcIndex obj2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IExpressComplexType.Properties
Declaration
readonly IEnumerable<object> IExpressComplexType.Properties { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
|
|
Improve this Doc
View Source
IExpressValueType.UnderlyingSystemType
Declaration
readonly Type IExpressValueType.UnderlyingSystemType { get; }
Returns
Type |
Description |
System.Type |
|
|
Improve this Doc
View Source
IPersist.Parse(Int32, IPropertyValue, Int32[])
Declaration
void IPersist.Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Implements
System.IEquatable<T>