Click or drag to resize

APIgetSectionProperties Method

Get all properties of a section
REST path: /section/props/[ID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] getSectionProperties(
	string ID
)

Parameters

ID  String
ID of the section

Return Value

String
A string array with all properties
See Also