ArcFM Engine Developer Guide
AddProperty Method (GroupCounterTransformation<GroupType>)


Adds a property to both the DataSet extended properties and the return value of IFilterDataRequest.Properties
Syntax
'Declaration
 
Protected Overridable Sub AddProperty( _
   ByVal dataSet As DataSet, _
   ByVal propertyName As String, _
   ByVal propertyValue As Object _
) 
'Usage
 
Dim instance As GroupCounterTransformation(Of GroupType)
Dim dataSet As DataSet
Dim propertyName As String
Dim propertyValue As Object
 
instance.AddProperty(dataSet, propertyName, propertyValue)
protected virtual void AddProperty( 
   DataSet dataSet,
   string propertyName,
   object propertyValue
)

Parameters

dataSet
propertyName
propertyValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GroupCounterTransformation<GroupType> Class
GroupCounterTransformation<GroupType> Members

 

 


Send Comment