IVhdlEntity interface

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Overview

The IVhdlEntity interface represents the existing VHDL entity object on a VHDL document. Basically a VHDL document can contain many VHDL entities and each entity corresponds to a schematic document.

Since every object interface (inherited from the IDMObject interface) has a DM_VHDLEntity method. This method can be useful in cases such as determining which ports correspond to VHDL entities.

Interface Methods

Method

Description

Function DM_Name : WideString;

Returns the name of the VHDL entity.