 | APIgetMacroelement Method |
Get the macroelement type assigned to the selected element
REST path: /element/macro/[elemID]
REST verb: GET
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int getMacroelement(
string elemID
)
Public Function getMacroelement (
elemID As String
) As Integer
Dim instance As API
Dim elemID As String
Dim returnValue As Integer
returnValue = instance.getMacroelement(elemID)
public:
int getMacroelement(
String^ elemID
)
member getMacroelement :
elemID : string -> int
Parameters
- elemID String
- Selected element ID
Return Value
Int32Line=0, Line3=1, Quad1=2, Quad2=3, Quad3=4, masonryWall=5, rigidWall=6, -1 if not assigned
See Also