Search Results for

    Show / Hide Table of Contents

    Class IndexPropertyValue

    Inheritance
    System.Object
    IndexPropertyValue
    Implements
    IPropertyValue
    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.IO.Esent.dll
    Syntax
    public class IndexPropertyValue : IPropertyValue

    Properties

    | Improve this Doc View Source

    BooleanVal

    Declaration
    public bool BooleanVal { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EntityVal

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

    EnumVal

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

    HexadecimalVal

    Declaration
    public byte[] HexadecimalVal { get; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    IntegerVal

    Declaration
    public long IntegerVal { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    NumberVal

    Declaration
    public double NumberVal { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    RealVal

    Declaration
    public double RealVal { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    StringVal

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

    Type

    Declaration
    public StepParserType Type { get; }
    Property Value
    Type Description
    StepParserType

    Implements

    IPropertyValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim