 | APIchangeElementProperty(String, String, String) Method |
Change element property
REST path: /element/prop/[ID]/[prop]/[value]
REST verb: POST
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic bool changeElementProperty(
string ID,
string prop,
string value
)
Public Function changeElementProperty (
ID As String,
prop As String,
value As String
) As Boolean
Dim instance As API
Dim ID As String
Dim prop As String
Dim value As String
Dim returnValue As Boolean
returnValue = instance.changeElementProperty(ID,
prop, value)
public:
bool changeElementProperty(
String^ ID,
String^ prop,
String^ value
)
member changeElementProperty :
ID : string *
prop : string *
value : string -> bool
Parameters
- ID String
- ID of the element
- prop String
- Name of the property to change
- value String
- New value of property
Return Value
BooleanBoolean
See Also