Search Results for

    Show / Hide Table of Contents

    Struct IOReadResult

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct IOReadResult

    Constructors

    IOReadResult(IOCode, String)

    Declaration
    public IOReadResult(IOCode r, string s)
    Parameters
    Type Name Description
    IOCode r
    String s

    Fields

    Ok

    Declaration
    public static readonly IOReadResult Ok
    Field Value
    Type Description
    IOReadResult

    Properties

    code

    Declaration
    public IOCode code { get; set; }
    Property Value
    Type Description
    IOCode

    message

    Declaration
    public string message { get; set; }
    Property Value
    Type Description
    String
    In This Article
    Back to top ViRGIS VR GIS