Class Part21Entity
Inheritance
System.Object
Part21Entity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO.Parser
Assembly: Xbim.Common.dll
Syntax
public class Part21Entity
Constructors
| Improve this Doc View SourcePart21Entity(Int32)
Declaration
public Part21Entity(int label)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | label |
Part21Entity(Int32, IPersist)
Declaration
public Part21Entity(int label, IPersist ent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | label | |
IPersist | ent |
Part21Entity(String)
Declaration
public Part21Entity(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label |
Part21Entity(String, IPersist)
Declaration
public Part21Entity(string label, IPersist ent)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | |
IPersist | ent |
Part21Entity(IPersist)
Declaration
public Part21Entity(IPersist ent)
Parameters
Type | Name | Description |
---|---|---|
IPersist | ent |
Fields
| Improve this Doc View SourceCurrentParamIndex
Declaration
public int CurrentParamIndex
Field Value
Type | Description |
---|---|
System.Int32 |
EntityLabel
Declaration
public int EntityLabel
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceEntity
Declaration
public IPersist Entity { get; set; }
Property Value
Type | Description |
---|---|
IPersist |