AVEVA OMI Software Developer Kit



RegisterCustomPropertyReference Method
Syntax
'Declaration
 
Function RegisterCustomPropertyReference( _
   ByVal cpName As String, _
   ByVal cpId As Guid, _
   ByVal dataChange As Object _
) As ValueTuple(Of Object,Type,Boolean)
'Usage
 
Dim instance As IInitialRuntimeProperties
Dim cpName As String
Dim cpId As Guid
Dim dataChange As Object
Dim value As ValueTuple(Of Object,Type,Boolean)
 
value = instance.RegisterCustomPropertyReference(cpName, cpId, dataChange)
ValueTuple<object,Type,bool> RegisterCustomPropertyReference( 
   string cpName,
   Guid cpId,
   object dataChange
)
ValueTuple<Object^,Type^,bool> RegisterCustomPropertyReference( 
   String^ cpName,
   Guid cpId,
   Object^ dataChange
) 

Parameters

cpName
cpId
dataChange
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also