Click or drag to resize

APIgetSectionProperty Method

Get selected property of a section
REST path: /section/prop/[ID]/[name]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string getSectionProperty(
	string ID,
	string name
)

Parameters

ID  String
ID of the section
name  String
Name of the property: name, code, type, Lx, Ly, b, h, t, etc.

Return Value

String
A string with the desired property
See Also