Search Results for

    Show / Hide Table of Contents

    Interface IPropertyValue

    Namespace: Xbim.Common
    Assembly: Xbim.Common.dll
    Syntax
    public interface IPropertyValue

    Properties

    | Improve this Doc View Source

    BooleanVal

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

    EntityVal

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

    EnumVal

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

    HexadecimalVal

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

    IntegerVal

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

    NumberVal

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

    RealVal

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

    StringVal

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

    Type

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