Search Results for

    Show / Hide Table of Contents

    Struct PropertyValue

    Implements
    IPropertyValue
    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.IO.Step21.Parser
    Assembly: Xbim.Common.dll
    Syntax
    public struct PropertyValue : IPropertyValue

    Properties

    | Improve this Doc View Source

    BooleanVal

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

    EntityVal

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

    EnumVal

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

    HexadecimalVal

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

    IntegerVal

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

    NumberVal

    Returns a double if the type parsed is any kind of number

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

    RealVal

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

    StringVal

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

    Type

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

    Methods

    | Improve this Doc View Source

    Init(Object)

    Declaration
    public void Init(object value)
    Parameters
    Type Name Description
    System.Object value
    | Improve this Doc View Source

    Init(String, StepParserType)

    Declaration
    public void Init(string value, StepParserType type)
    Parameters
    Type Name Description
    System.String value
    StepParserType type

    Implements

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