Click or drag to resize

ActiveClassToJSON Method

[This is preliminary documentation and is subject to change.]

Returns the data (as a list) of all elements from the active class as a JSON-encoded string. The `options` parameter contains bit-flags to toggle specific features. See `Obj_ToJSON` (C-API) for more. Additionally, the `ExcludeDisabled` flag can be used to excluded disabled elements from the output. (API Extension)

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public string ToJSON(
	int options = 0
)

Parameters

options (Optional)
Type: SystemInt32

[Missing <param name="options"/> documentation for "M:dss_sharp.ActiveClass.ToJSON(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:dss_sharp.ActiveClass.ToJSON(System.Int32)"]

See Also