ISubNet interface

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


Your Ad Here

Overview

 

Interface Methods

Function    DM_Lines            (Index : Integer) : ILine;      

Function    DM_SignalLinks      (Index : Integer) : ISignalLink;

Function    DM_Signals          (Index : Integer) : ISignal;    

Function    DM_Nodes            (Index : Integer) : ISignalNode;

Function    DM_PinNodes         (Index : Integer) : ISignalNode;

Function    DM_PowerObjectNodes (Index : Integer) : ISignalNode;

Function    DM_PortNodes        (Index : Integer) : ISignalNode;

Function    DM_NetLabelNodes    (Index : Integer) : ISignalNode;

Function    DM_SheetEntryNodes  (Index : Integer) : ISignalNode;

Function    DM_CrossSheetNodes  (Index : Integer) : ISignalNode;

Function    DM_LineCount            : Integer;                  

Function    DM_SignalLinkCount      : Integer;                  

Function    DM_SignalCount          : Integer;                  

Function    DM_NodeCount            : Integer;                  

Function    DM_PinNodeCount         : Integer;                  

Function    DM_PowerObjectNodeCount : Integer;                  

Function    DM_PortNodeCount        : Integer;                  

Function    DM_NetLabelNodeCount    : Integer;                  

Function    DM_SheetEntryNodeCount  : Integer;                  

Function    DM_CrossSheetNodeCount  : Integer;                  

Function    DM_Net                  : INet;                     

See also

Workspace Manager Interfaces

ISignalManager interface

ISignal interface

ISignalNode interface

ISignalLink interface

ILine interface

INet interface