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 SourceErrorText
Gets or sets the error text
Declaration
public string ErrorText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSuccessful
Gets or sets whether generating was successfull
Declaration
public bool IsSuccessful { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Gets or sets the annotation text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |