Struct DeferredReference
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Xbim.IO.Step21
Assembly: Xbim.Common.dll
Syntax
public struct DeferredReference
Constructors
| Improve this Doc View SourceDeferredReference(Int32, IPersist, Int32, Int32[])
Declaration
public DeferredReference(int paramIndex, IPersist hostEntity, int refId, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | paramIndex | |
IPersist | hostEntity | |
System.Int32 | refId | |
System.Int32[] | nestedIndex |
Fields
| Improve this Doc View SourceHostEntity
Declaration
public IPersist HostEntity
Field Value
Type | Description |
---|---|
IPersist |
NestedIndex
Declaration
public int[] NestedIndex
Field Value
Type | Description |
---|---|
System.Int32[] |
ParameterIndex
Declaration
public int ParameterIndex
Field Value
Type | Description |
---|---|
System.Int32 |
ReferenceId
Declaration
public int ReferenceId
Field Value
Type | Description |
---|---|
System.Int32 |