{CompanyName} FlexyGo

EntityObject..::..CloneFrom Method (EntityObject, Boolean)

Clone from current object.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public void CloneFrom(
	EntityObject aEntityObject,
	bool IsNew
)
Public Sub CloneFrom ( _
	aEntityObject As EntityObject, _
	IsNew As Boolean _
)

Parameters

aEntityObject
Type: FLEXYGO.Objects..::..EntityObject
an entity object
IsNew
Type: Boolean
if set to true the new flag on the object will be set to true.