Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / EntitySurrogate Class / CreateGhostEntity Method
Optional ghost entity description.

In This Topic
    CreateGhostEntity Method
    In This Topic
    Helper method to create a new devDept.Eyeshot.Entities.Ghost entity.
    Syntax
    'Declaration
     
    Protected Function CreateGhostEntity( _
       Optional ByVal description As String _
    ) As Ghost
    protected Ghost CreateGhostEntity( 
       string description
    )

    Parameters

    description
    Optional ghost entity description.

    Return Value

    The created entity.
    Remarks
    The CopyDataToObject is already called here.
    See Also