Click or drag to resize

IObjectChangeObjType Method

Change the object type.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IObject ChangeObjType(
	IObjType pObjType
)

Parameters

pObjType
Type: PDTec.IceNet.Core.ModelIObjType
The new type

Return Value

Type: IObject
The object instance
Remarks
The object might lose attribute values and relationships that are no longer valid with the new type.
See Also