Click or drag to resize

APIsetSectionProperty Method

Set selected property of a section. To change name or code properties, use renameSection method.
REST path: /section/prop/[ID]/[name]/[value]
REST verb: POST

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public int setSectionProperty(
	string ID,
	string name,
	double value
)

Parameters

ID  String
ID of the section
name  String
Name of the property: Area, Jxc, Jyc, Jxyc, Jt, Iw, shAreaX, shAreaY, or custom value to be added
value  Double
Value to be stored

Return Value

Int32
1 if native propery has changes, 2 if custom property is added, 0 in case of error
See Also