Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

DllClassSetProperty

  • Last UpdatedJul 18, 2023
  • 1 minute read

Use this function to set a property of the .Net object. The property may be of any type or an object itself.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT DllClassSetProperty(OBJECT object, STRING sProperty, VARIANT Value)

object:

.Net object.

sProperty

The name of the property of the .Net object.

Value

The value to which the property of the .Net object will be set to.

Return Value

0 (zero) if successful, otherwise an error code is returned.

DllClassDispose, DllClassIsValid, DllClassCallMethod, DllClassCreate, DllClassGetProperty

Example

See DllClassCreate.

See Also

.Net Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in