DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


IIKO_Standard_Object Interface

Represents a generic runtime software object in memory. Often used as a handle from which more specific interfaces can be quiried

See also Interface List


HRESULT GetTypeName(BSTR* name)

Parameters

name -[out] the returned actual type of the object

Remarks:

Returns the actual type of the object


HRESULT Replicate(IKO_Standard_Object** newCopy)

Parameters

newCopy -[out] the returned new copy of this object

Remarks:

Creates a new copy of this object


HRESULT Copy(IKO_Standard_Object* other)

Copies all attributes of other into this object