Click or drag to resize

APIgetElementProperty Method

Return selected property of element
REST path: /element/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 getElementProperty(
	string ID,
	string name
)

Parameters

ID  String
ID of the element
name  String
Name of the property: num, angle, groupE, isJoint, isTruss, isPlaneStress, lun, mat, member, offsetI, offsetJ, sect, set2, sprProp, type

Return Value

String
The requested value as string. Empty in case of error
See Also