| DSSElementToJSON Method |
[This is preliminary documentation and is subject to change.]
Returns the properties of the active DSS object as a JSON-encoded string.
The `options` parameter contains bit-flags to toggle specific features.
See `Obj_ToJSON` (C-API) for more.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string ToJSON(
int options = 0
)
Public Function ToJSON (
Optional options As Integer = 0
) As String
public:
String^ ToJSON(
int options = 0
)
member ToJSON :
?options : int
(* Defaults:
let _options = defaultArg options 0
*)
-> string
function ToJSON(options);
Parameters
- options (Optional)
- Type: SystemInt32
[Missing <param name="options"/> documentation for "M:dss_sharp.DSSElement.ToJSON(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:dss_sharp.DSSElement.ToJSON(System.Int32)"]
See Also