PlanarEntity.Update Method

Updates the contents of this entity with the contents of another entity.
Protected Overridable Sub Update( _ 
ByVal another As PlanarEntity
)
This language is not supported or no code example is available.
protected virtual void Update( 
PlanarEntity another 
)
This language is not supported or no code example is available.

Parameters

another
PlanarEntity

The other entity.

.NET Framework

Supported in: 4.8

In this article

Definition