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