Click or drag to resize

APIgetNodeProperty Method

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

Parameters

ID  String
ID of the node
name  String
Name of the property: num, nonStr, isJoint

Return Value

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