Returns an instance that is a copy of this instance.
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public abstract SoDetail Copy()
Public MustOverride Function Copy As SoDetail
public:
virtual SoDetail^ Copy() abstract
abstract Copy : unit -> SoDetail
Return Value
Type:
SoDetailRemarks The caller is responsible for deleting the copy when it is no longer needed.
See Also