Search Results for

    Show / Hide Table of Contents

    Class GenerateAnnotationResult

    Generation result

    Inheritance
    System.Object
    GenerateAnnotationResult
    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: Simplic.Viewer.Annotation
    Assembly: Simplic.Viewer.Annotation.dll
    Syntax
    public class GenerateAnnotationResult

    Properties

    | Improve this Doc View Source

    ErrorText

    Gets or sets the error text

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

    IsSuccessful

    Gets or sets whether generating was successfull

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

    Text

    Gets or sets the annotation text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx