EntitySurrogate.CreateGhostEntity Method

Helper method to create a new Ghost entity.
Protected Function CreateGhostEntity( _ 
Optional ByVal description As String = null _ 
) As Ghost
This language is not supported or no code example is available.
protected Ghost CreateGhostEntity( 
string description = null 
)
This language is not supported or no code example is available.

Parameters

description
string

Optional ghost entity description.

Return Value

Ghost

The created entity.

Remarks
 
The CopyDataToObject is already called here.

.NET Framework

Supported in: 4.8

In this article

Definition