Show / Hide Table of Contents

Interface IJsonWriteData

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IJsonWriteData

Methods

| Improve this Doc View Source

AddHashTable(String, Hashtable)

Declaration
void AddHashTable(string v, Hashtable attributeLists)
Parameters
Type Name Description
System.String v
System.Collections.Hashtable attributeLists
| Improve this Doc View Source

AddProperty(String, Object)

Declaration
void AddProperty(string name, object value)
Parameters
Type Name Description
System.String name
System.Object value
| Improve this Doc View Source

AddValue(Object)

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

AddValues(Object[])

Declaration
void AddValues(params object[] value)
Parameters
Type Name Description
System.Object[] value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX