DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > IEntity2d_DG Go to DGKC docs Search Documentation


IEntity2d_DG Interface

GetName
SetName
GetType
GetPrimaryInterfaceType
GetPrimaryInterface
GetLocation
GetAppearance
SetColor
IsVisible
SetVisible
GetBoundingRectangle
Copy
Clone
GetExtendedProperties

String GetName()


void SetName(String name)


String GetType()


String GetPrimaryInterfaceType()


IUnk GetPrimaryInterface()


IFrame2d_DG GetLocation()


IAppearance_DG GetAppearance()


void SetColor(float red, float green, float blue)


bool IsVisible()


void SetVisible(bool visible)


Rectangle_DG GetBoundingRectangle()


void Copy(IEntity2d_DG entity)


IEntity2d_DG Clone()


IDictionary_DG GetExtendedProperties()