 | APIgetElementProperty Method |
Return selected property of element
REST path: /element/prop/[ID]/[name]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic string getElementProperty(
string ID,
string name
)
Public Function getElementProperty (
ID As String,
name As String
) As String
Dim instance As API
Dim ID As String
Dim name As String
Dim returnValue As String
returnValue = instance.getElementProperty(ID,
name)
public:
String^ getElementProperty(
String^ ID,
String^ name
)
member getElementProperty :
ID : string *
name : string -> string
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
StringThe requested value as string. Empty in case of error
See Also