Copies the contents of the specified object
into this object.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual void CopyFrom(
RXObject source
)
Public Overridable Sub CopyFrom (
source As RXObject
)
public:
virtual void CopyFrom(
RXObject^ source
)
abstract CopyFrom :
source : RXObject -> unit
override CopyFrom :
source : RXObject -> unit
Parameters
- source RXObject
- [in] Source object to copy from.
Remarks
Default
implementation of this method does nothing but throws an
eNotApplicable exception.
See Also