Search Results for

    Show / Hide Table of Contents

    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 Source

    StepP21Entity()

    Declaration
    public StepP21Entity()
    | Improve this Doc View Source

    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 Source

    ID

    The identity number in the STEP P21 file

    Declaration
    public int ID { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Instance

    The Ifc Model Instance

    Declaration
    public object Instance { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Name

    The name of the Entity Class

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Params

    The unparsed string of parameters

    Declaration
    public string Params { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | 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.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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim