TransientManagerUpdateChildTransient Method
|
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void UpdateChildTransient(
Drawable updated,
Drawable parent
)
Public Sub UpdateChildTransient (
updated As Drawable,
parent As Drawable
)
public:
void UpdateChildTransient(
Drawable^ updated,
Drawable^ parent
)
member UpdateChildTransient :
updated : Drawable *
parent : Drawable -> unit
Parameters
- updated Drawable
-
- parent Drawable
-
See Also