Class StepP21Entity
Inheritance
System.Object
StepP21Entity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO.Step21.Parser
Assembly: Xbim.Common.dll
Syntax
public class StepP21Entity
Constructors
| Improve this Doc View SourceStepP21Entity()
Declaration
public StepP21Entity()
StepP21Entity(Int32, String, String)
Declaration
public StepP21Entity(int id, string name, string parameters)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
System.String | name | |
System.String | parameters |
Properties
| Improve this Doc View SourceID
The identity number in the STEP P21 file
Declaration
public int ID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Instance
The Ifc Model Instance
Declaration
public object Instance { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Name
The name of the Entity Class
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Params
The unparsed string of parameters
Declaration
public string Params { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
SetProperty(Object)
Sets the property at curent parseindex of the curent entity
Declaration
public void SetProperty(object val)
Parameters
Type | Name | Description |
---|---|---|
System.Object | val |