The constructor (do not use)

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEIntList(
	ulong hview,
	int context,
	int prop
)
Public Sub New ( _
	hview As ULong, _
	context As Integer, _
	prop As Integer _
)
public:
IEIntList(
	unsigned long long hview, 
	int context, 
	int prop
)

Parameters

hview
UInt64
context
Int32
prop
Int32

See Also