Click or drag to resize

APIremoveSectionProperty Method

Revert a previously custom section property to automatic evaluation
REST path: /section/prop/[ID]/[ID]/[name]
REST verb: DELETE

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

Parameters

ID  String
ID of the section
name  String
Name of the native property: Area, Jxc, Jyc, Jxyc, Jt, Iw, shAreaX, shAreaY, or custom value to be removed

Return Value

Boolean
True if property has been reverted to automatic evaluation or custom prop. has been removed
See Also