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: 6.0.0.0 (6.0.6225.27214)
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