Search Results for

    Show / Hide Table of Contents

    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 Source

    Part21Entity(Int32)

    Declaration
    public Part21Entity(int label)
    Parameters
    Type Name Description
    System.Int32 label
    | Improve this Doc View Source

    Part21Entity(Int32, IPersist)

    Declaration
    public Part21Entity(int label, IPersist ent)
    Parameters
    Type Name Description
    System.Int32 label
    IPersist ent
    | Improve this Doc View Source

    Part21Entity(String)

    Declaration
    public Part21Entity(string label)
    Parameters
    Type Name Description
    System.String label
    | Improve this Doc View Source

    Part21Entity(String, IPersist)

    Declaration
    public Part21Entity(string label, IPersist ent)
    Parameters
    Type Name Description
    System.String label
    IPersist ent
    | Improve this Doc View Source

    Part21Entity(IPersist)

    Declaration
    public Part21Entity(IPersist ent)
    Parameters
    Type Name Description
    IPersist ent

    Fields

    | Improve this Doc View Source

    CurrentParamIndex

    Declaration
    public int CurrentParamIndex
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EntityLabel

    Declaration
    public int EntityLabel
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Entity

    Declaration
    public IPersist Entity { get; set; }
    Property Value
    Type Description
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim